Author: soliton
Date: Fri Nov  2 05:26:35 2007
New Revision: 21413

URL: http://svn.gna.org/viewcvs/wesnoth?rev=21413&view=rev
Log:
* correct the quoting

Modified:
    trunk/src/server/server.cpp

Modified: trunk/src/server/server.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/server/server.cpp?rev=21413&r1=21412&r2=21413&view=diff
==============================================================================
--- trunk/src/server/server.cpp (original)
+++ trunk/src/server/server.cpp Fri Nov  2 05:26:35 2007
@@ -1454,10 +1454,10 @@
                                << "  -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"


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to