diff --git a/wiki/en/en-Command-Line-Options.md b/wiki/en/en-Command-Line-Options.md
index 4d788d66a..e32076ee2 100644
--- a/wiki/en/en-Command-Line-Options.md
+++ b/wiki/en/en-Command-Line-Options.md
@@ -42,8 +42,9 @@ You can see all possible options your version supports by starting Jamulus with
| `-n` |`--nogui` | Disable GUI | (client and server) |
| `-o` |`--serverinfo` | Server location details in the format:
`[name];[city];[locale value]` (see [values](https://doc.qt.io/qt-5/qlocale.html#Country-enum))| (public servers only) |
| `-p` |`--port` | Local UDP port number. Default is 22124 | (server only) |
+| `-P` |`--delaypan` | Start with delay panning enabled | (server only) see [Server Setup](https://jamulus.io/wiki/Server-Win-Mac#other+options) |
| `-Q` |`--qos` | Request quality of service in the IP header octet.
(e.g. --qos 0) DF=0, AF31=104, CS4=128 default, EF=184 | see [Tips & Tricks](Tips-Tricks-More#quality-of-service) (global option)
-| `-R` |`--recording` | Include a writeable path where the files should be stored (in quotes if needed). | (server only) See description in [Server Setup](Server-Win-Mac#recording). |
+| `-R` |`--recording` | Include a writeable path where the files should be stored (in quotes if needed). | (server only) see [Server Setup](Server-Win-Mac#recording). |
| | `--norecord` | Start recorder with recording disabled | (server only) |
| `-s` |`--server` | Start in server mode | (server only) [See note](Choosing-a-Server-Type) |
| `-t` |`--notranslation` | Disable translations | (client and server) |
diff --git a/wiki/en/en-Server-Win-Mac.md b/wiki/en/en-Server-Win-Mac.md
index b9eadc067..db8db4027 100644
--- a/wiki/en/en-Server-Win-Mac.md
+++ b/wiki/en/en-Server-Win-Mac.md
@@ -36,6 +36,11 @@ If you do not check "Make My Server Public", you will be running a private serve
_If you want to **run a client on the same machine** you should **connect the client to `127.0.0.1`** for best performance. (Similarly, if you want to connect a client on another machine on your LAN, use the server's LAN IP address)._
+
+### Other options
+
+
+
### Recording
Turn on server recording by first setting the Recording Directory in the Options tab. Recording starts once the first person connects to the server, and stops when the last person leaves. Use the "New Recording" button to create a new sub-directory in which the recordings will be stored. Note that Recordings are per track in [Audacity](https://www.audacityteam.org/) `.lof` format and [REAPER](https://en.wikipedia.org/wiki/REAPER) `.rpp`. Open the respective files to listen to them in those applications.
@@ -44,14 +49,16 @@ _Note: When your server is recording, clients will display a message that record
For headless servers: you can control the recording function [using these instructions](Server-Linux#controlling-recordings).
+### Delay panning
-### Other options
+This option uses small differences in sound arrival time between the two ears. It produces a stereo effect similar to natural human hearing when compared to normal "volume" panning. Note that to achieve the effect, all clients should be set to 'mono in / stereo out' (or to 'stereo', but only if transmitting a stereo signal).
+
+### Custom Central Server Address
-
+Leave this field empty unless you need to list your server on a [private central server](Choosing-a-Server-Type#3-central))
**Windows users** - If you want the server to start automatically on system start, enable the corresponding check box.
-(Leave the "Custom Central Server Address" field empty unless you need to list your server on a [private central server](Choosing-a-Server-Type#3-central))
***