Skip to content

Commit

Permalink
CLI: Rephrase recording options
Browse files Browse the repository at this point in the history
Fixes: jamulussoftware#756
Co-Authored-By: Peter L Jones <pljones@users.noreply.github.com>
  • Loading branch information
ann0see and pljones committed Sep 1, 2022
1 parent ed178f6 commit ec05fdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wiki/en/Include-Server-Commands.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
- `-d` or `--discononquit` Disconnect all Clients on quit. Normally, when a Server is stopped or restarted, any Clients that have not used their "Disconnect" buttons will re-establish connection when the Server comes back up again. Using this option forces Clients to manually re-establish their connections to the Server.
- `-e` or `--directoryserver` Register the Server on a Directory (e.g. to set its genre (see also `-o`)). See [Server Types](#server-types) for further information.
- `--directoryfile` Remember registered Servers even if the Directory is restarted. Directory Servers only. See [this guide](Directories) for further information.
- `-f` or `--listfilter` Whitelist Servers registering on the Server list, format `ip address 1[;ip address 2]` Directories only.
- `--directoryfile` Remember registered Servers even if the Directory is restarted. Directory Servers only. See [this guide](Directories) for further information.
- `-f` or `--listfilter` Whitelist Servers registering on the Server list, format `ip address 1[;ip address 2]` Directories only.
- `-F` or `--fastupdate` Reduces latency if Clients connect with "Enable Small Network Buffers" option. Requires faster CPU to avoid dropouts, and more bandwidth to enabled Clients.
- `-l` or `--log` Enable logging, set path and file name
- `-L` or `--licence` Show an agreement window before users can connect
- `-m` or `--htmlstatus` Enable HTML status file, set path and file name
- `-o` or `--serverinfo` Location details in the format: `[name];[city];[locale value]` (see [values](https://doc.qt.io/qt-5/qlocale.html#Country-enum)) Registered Servers only
- `-P` or `--delaypan` Start with delay panning enabled See [notes](#delay-panning)
- `-R` or `--recording` Include a writeable path where the files should be stored (in quotes if needed). See [Options](#options).
- `--norecord` Disable recording when enabled by default by `-R`
- `-R` or `--recording` Set server recording directory; Server will record when a session is active by default. See [Options](#options).
- `--norecord` Set server not to record by default (when recording is configured e.g via `-R`)
- `-s` or `--server` Start in Server mode
- `--serverbindip` Specify the IP address to bind to
- `-T` or `--multithreading` Use multithreading to make better use of multi-core CPUs to support more Clients
Expand Down

0 comments on commit ec05fdf

Please sign in to comment.