Update manpage and --help output.
This commit is contained in:
parent
b54f37bf75
commit
e751789a57
2 changed files with 5 additions and 0 deletions
|
@ -145,6 +145,9 @@ prints the name of the game data directory and exits.
|
|||
.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:
|
||||
.B -r 800x600
|
||||
|
|
|
@ -1772,6 +1772,8 @@ static int process_command_args(int argc, char** argv) {
|
|||
#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"
|
||||
|
|
Loading…
Add table
Reference in a new issue