diff --git a/src/main.cpp b/src/main.cpp index ce59ccefaf..aadaa76aa7 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -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" @@ -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"