correct the quoting

This commit is contained in:
Gunter Labes 2007-11-02 04:26:35 +00:00
parent 0aeccec5b9
commit 8c930348ee

View file

@ -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"