correct and enhance the example command line a bit

This commit is contained in:
Gunter Labes 2007-10-31 21:03:12 +00:00
parent 8e4d0c966b
commit 956da1d494

View file

@ -164,8 +164,8 @@ file.
.B --turns=value
sets the number of turns for the chosen scenario. The default is "50".
.TP
Example to test your own AI:
wesnoth --multiplayer --controller2=python_ai --algorithm2=python_ai --parm2=python_script:py/my_own_python_ai.py --side2=Rebels
Example to test your own AI against the default AI without starting the GUI:
wesnoth --nogui --multiplayer --controller1=ai --controller2=ai --algorithm2=python_ai --parm2=python_script:py/my_own_python_ai.py
.
.SH AUTHOR
.