Add help entry for --server-port option missing
This commit is contained in:
parent
95c3212a83
commit
7d637a502d
1 changed files with 1 additions and 0 deletions
1
cli.cpp
1
cli.cpp
|
|
@ -385,6 +385,7 @@ void OptionHelp()
|
|||
help_text += "--startminimized Starts the GUI minimized to tray. Implies --gui, even if not specified\n";
|
||||
help_text += "--client [IP]:[Port] Starts an SDK client on the given IP:Port (assumes port 6742 if not specified)\n";
|
||||
help_text += "--server Starts the SDK's server\n";
|
||||
help_text += "--server-host Sets the SDK's server host. Default: 0.0.0.0 (all network interfaces)\n";
|
||||
help_text += "--server-port Sets the SDK's server port. Default: 6742 (1024-65535)\n";
|
||||
help_text += "-l, --list-devices Lists every compatible device with their number\n";
|
||||
help_text += "-d, --device [0-9 | \"name\"] Selects device to apply colors and/or effect to, or applies to all devices if omitted\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue