correct the quoting
This commit is contained in:
parent
0aeccec5b9
commit
8c930348ee
1 changed files with 4 additions and 4 deletions
|
@ -1454,10 +1454,10 @@ int main(int argc, char** argv) {
|
|||
<< " -c, --config <path> Tells wesnothd where to find the config file to use.\n"
|
||||
<< " -d, --daemon Runs wesnothd as a daemon.\n"
|
||||
<< " -h, --help Shows this usage message.\n"
|
||||
<< " --log-<level>="<domain1>,<domain2>,..."
|
||||
<< " sets the severity level of the debug domains.
|
||||
<< " \"all\" can be used to match any debug domain.
|
||||
<< " Available levels: error, warning, info, debug.
|
||||
<< " --log-<level>=\"<domain1>,<domain2>,...\"\n"
|
||||
<< " sets the severity level of the debug domains.\n"
|
||||
<< " \"all\" can be used to match any debug domain.\n"
|
||||
<< " Available levels: error, warning, info, debug.\n"
|
||||
<< " -p, --port <port> Binds the server to the specified port.\n"
|
||||
<< " -t, --threads <n> Uses n worker threads for network I/O (default: 5).\n"
|
||||
<< " -v --verbose Turns on more verbose logging.\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue