small fix
This commit is contained in:
parent
810268a61c
commit
8b985be34b
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ std::string UsageArguments ( char **argv )
|
||||||
"Recognized options:\n"
|
"Recognized options:\n"
|
||||||
" -s, --server start server\n"
|
" -s, --server start server\n"
|
||||||
" -n, --nogui disable GUI (only avaiable for server)\n"
|
" -n, --nogui disable GUI (only avaiable for server)\n"
|
||||||
" -l, --log enable logging\n"
|
" -l, --log enable logging, set file name\n"
|
||||||
" -i, --inifile initialization file name (only available for client)\n"
|
" -i, --inifile initialization file name (only available for client)\n"
|
||||||
" -p, --port local port number (only avaiable for server)\n"
|
" -p, --port local port number (only avaiable for server)\n"
|
||||||
" -m, --htmlstatus enable HTML status file, set file name (only avaiable for server)\n"
|
" -m, --htmlstatus enable HTML status file, set file name (only avaiable for server)\n"
|
||||||
|
|
Loading…
Reference in a new issue