Author: loonycyborg
Date: Mon Nov 17 21:38:56 2008
New Revision: 30798

URL: http://svn.gna.org/viewcvs/wesnoth?rev=30798&view=rev
Log:
Update manpage and --help output.

Modified:
    trunk/doc/man/wesnoth.6
    trunk/src/game.cpp

Modified: trunk/doc/man/wesnoth.6
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/doc/man/wesnoth.6?rev=30798&r1=30797&r2=30798&view=diff
==============================================================================
--- trunk/doc/man/wesnoth.6 (original)
+++ trunk/doc/man/wesnoth.6 Mon Nov 17 21:38:56 2008
@@ -144,6 +144,9 @@
 .TP
 .B --python-api
 prints the runtime documentation for the python API.
+.TP
+.B --python-shell
+invokes wesnoth's embedded python interpreter in interactive mode.
 .TP
 .BI -r\  X x Y ,\ --resolution\  X x Y
 sets the screen resolution. Example:

Modified: trunk/src/game.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game.cpp?rev=30798&r1=30797&r2=30798&view=diff
==============================================================================
--- trunk/src/game.cpp (original)
+++ trunk/src/game.cpp Mon Nov 17 21:38:56 2008
@@ -1772,6 +1772,8 @@
 #ifdef HAVE_PYTHON
                        << "  --python-api                 prints the runtime 
documentation for the python\n"
                        << "                               API.\n"
+                       << "  --python-shell               invokes wesnoth's 
embedded python interpreter in\n"
+                       << "                               interactive mode.\n"
 #endif
                        << "  -r, --resolution XxY         sets the screen 
resolution. Example: -r 800x600\n"
                        << "  --smallgui                   allows to use screen 
resolutions down to 800x480\n"


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

Reply via email to