Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ QString UsageArguments ( char **argv )
" -e, --centralserver address of the central server\n"
" (or 'localhost' to be a central server)\n"
" -f, --listfilter server list whitelist filter in the format:\n"
" [IP address 1];[IP address 2];[IP address 3]; ..."
" [IP address 1];[IP address 2];[IP address 3]; ...\n"
" -F, --fastupdate use 64 samples frame size mode\n"
" -g, --pingservers ping servers in list to keep NAT port open\n"
" (central server only)\n"
Expand All @@ -795,7 +795,7 @@ QString UsageArguments ( char **argv )
" recorded jams\n"
" -s, --server start server\n"
" -T, --multithreading use multithreading to make better use of\n"
" multi-core CPUs and support more clients"
" multi-core CPUs and support more clients\n"
" -u, --numchannels maximum number of channels\n"
" -w, --welcomemessage welcome message on connect\n"
" -z, --startminimized start minimizied\n"
Expand Down