Changeset 15f7e312c606b400937b2aa43e0af27cf4f0d535

User picture

Commiter: Nikos Chantziaras

Author: Nikos Chantziaras

Parent: e70f6d69ec

(2009/08/24 16:08) Over 2 years ago

Change "--t3undo" to "--undo-size" in helpOutput

The option was changed from "--t3undo" to "--undo-size" at some point, but the
--help output was not updated.

Affected files

Updated src/main.cc Download diff

e70f6d69ecf88c4259cb3be6ee759d4ff2a03dde15f7e312c606b400937b2aa43e0af27cf4f0d535
62
"  -e, --scroll-buffer  Size of the scroll-back buffer. Must be between 8 and\n"
62
"  -e, --scroll-buffer  Size of the scroll-back buffer. Must be between 8 and\n"
63
"                       8192kB (default is 512kB)\n"
63
"                       8192kB (default is 512kB)\n"
64
"  -r, --restore        Load a saved game position\n"
64
"  -r, --restore        Load a saved game position\n"
65
"  -u, --t3undo         Multiply the availabe T3VM undo buffer by n. Must be\n"
65
"  -u, --undo-size      Multiply the availabe T3VM undo buffer by n. Must be\n"
66
"                       between 1 and 64 (default is 16; about 100 UNDOs)\n"
66
"                       between 1 and 64 (default is 16; about 100 UNDOs)\n"
67
"  -k, --character-set  Use given charset as the keyboard and display\n"
67
"  -k, --character-set  Use given charset as the keyboard and display\n"
68
"                       character set.\n"
68
"                       character set.\n"