Author: alink
Date: Mon Jun 23 12:14:56 2008
New Revision: 27430

URL: http://svn.gna.org/viewcvs/wesnoth?rev=27430&view=rev
Log:
document the new command line parameter "--smallgui" in "--help"
"allow to use screen resolutions down to 800x480 and resize few interface 
elements.\n"

Modified:
    trunk/src/game.cpp

Modified: trunk/src/game.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game.cpp?rev=27430&r1=27429&r2=27430&view=diff
==============================================================================
--- trunk/src/game.cpp (original)
+++ trunk/src/game.cpp Mon Jun 23 12:14:56 2008
@@ -2417,12 +2417,15 @@
                        << "  --python-api                 prints the runtime 
documentation for the python API.\n"
 #endif
                        << "  -r, --resolution XxY         sets the screen 
resolution. Example: -r 800x600\n"
+                       << "  --smallgui                   allow to use screen 
resolutions down to 800x480\n"
+                       << "                               and resize few 
interface elements.\n"
                        << "  -t, --test                   runs the game in a 
small test scenario.\n"
                        << "  -v, --version                prints the game's 
version number and exits.\n"
                        << "  -w, --windowed               runs the game in 
windowed mode.\n"
                        << "  --no-delay                   run the game without 
any delays.\n"
                        << "  -c, --campaign               skip menu, and go 
directly to campaign selection menu.\n"
-                       << "  -s, --server [host]          skip menu, and 
connect to the host if specified or to the first host in your preferences.\n"
+                       << "  -s, --server [host]          skip menu, and 
connect to the host if specified\n"
+                       << "                               or to the first host 
in your preferences.\n"
                        << "  -m, --multiplayer            runs a multiplayer 
game. There are additional\n"
                        << "                               options that can be 
used as explained below:\n"
                        << "  --algorithm<number>=value    selects a 
non-standard algorithm to be used by the\n"


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

Reply via email to