Skip to content

Commit 755bf21

Browse files
committed
Add some clarifications to usage message
1 parent 6eaecfd commit 755bf21

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,7 @@ QString UsageArguments ( char** argv )
11051105
" (see the Jamulus website to enable QoS on Windows)\n"
11061106
" -t, --notranslation disable translation (use English language)\n"
11071107
" --noipv6 disable IPv6 addressing (IPv4 is always enabled)\n"
1108+
" (recommended to leave IPv6 enabled by default)\n"
11081109
"\n"
11091110
"Server only:\n"
11101111
" -d, --discononquit disconnect all Clients on quit\n"
@@ -1127,7 +1128,8 @@ QString UsageArguments ( char** argv )
11271128
" --norecord set server not to record by default when recording is configured\n"
11281129
" --noraw disable raw audio\n"
11291130
" -s, --server start Server\n"
1130-
" --serverbindip IP address the Server will bind to (rather than all)\n"
1131+
" --serverbindip IPv4 address the Server will bind to (rather than all)\n"
1132+
" (only works if IPv6 is unavailable or disabled with --noipv6)\n"
11311133
" -T, --multithreading use multithreading to make better use of\n"
11321134
" multi-core CPUs and support more Clients\n"
11331135
" -u, --numchannels maximum number of channels\n"

0 commit comments

Comments
 (0)