removed --smallgui from --help output...

...as well as from the manpages since it is no longer required

(some small leftovers, especially at unit tests are still there,
someone else has to test those)
This commit is contained in:
Nils Kneuper 2011-03-11 15:49:21 +00:00
parent 1b081b5c32
commit a4fbd98fd8
2 changed files with 0 additions and 5 deletions

View file

@ -179,9 +179,6 @@ This switch should be typed before the --preprocess command.
sets the screen resolution. Example:
.B -r 800x600
.TP
.B --smallgui
allows to use screen resolutions down to 800x480 and resizes a few interface elements.
.TP
.BI -s,\ --server\ [host]
connects to the specified host if any, otherwise connect to the first server in preferences. Example:
.B --server server.wesnoth.org

View file

@ -1862,8 +1862,6 @@ static int process_command_args(int argc, char** argv) {
<< " -r, --resolution XxY sets the screen resolution. Example: -r 800x600\n"
<< " --rng-seed <number> seeds the random number generator with number\n"
<< " Example: --rng-seed 0\n"
<< " --smallgui allows to use screen resolutions down to 800x480\n"
<< " and resizes a few interface elements.\n"
<< " --screenshot <map> <output> Saves a screenshot of <map> to <output> without\n"
<< " initializing a screen. Editor must be compiled\n"
<< " in for this to work.\n"