From: Ricardo Cruz Date: Thu, 6 May 2004 12:51:27 +0000 (+0000) Subject: Just added leveleditor argument to help info. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d1072e661bcff4c6b9a96fa39577c6bba5b9a635;p=supertux.git Just added leveleditor argument to help info. SVN-Revision: 1005 --- diff --git a/src/setup.cpp b/src/setup.cpp index e0cd7bb61..36835e1be 100644 --- a/src/setup.cpp +++ b/src/setup.cpp @@ -1048,8 +1048,8 @@ void parseargs(int argc, char * argv[]) "Misc Options:\n" " -j, --joystick NUM Use joystick NUM (default: 0)\n" " --joymap XAXIS:YAXIS:A:B:START\n" + " --leveleditor Opens the leveleditor in a file. (Only works when a file is provided.)\n" " Define how joystick buttons and axis should be mapped\n" - " --worldmap Start in worldmap-mode (EXPERIMENTAL)\n" " -d, --datadir DIR Load Game data from DIR (default: automatic)\n" " --debug-mode Enables the debug-mode, which is useful for developers.\n" " --help Display a help message summarizing command-line\n"