From: Ricardo Cruz Date: Sun, 16 May 2004 17:56:58 +0000 (+0000) Subject: Added '--leveleditor' to --usage and corrected another thing. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=dfda4de06fd9dd01d5a6430a747f3671fb0e36e6;p=supertux.git Added '--leveleditor' to --usage and corrected another thing. SVN-Revision: 1216 --- diff --git a/src/setup.cpp b/src/setup.cpp index af8200987..b431d438e 100644 --- a/src/setup.cpp +++ b/src/setup.cpp @@ -1051,8 +1051,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" + " --leveleditor Opens the leveleditor in a file. (Only works when a file is provided.)\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" @@ -1093,7 +1093,7 @@ void usage(char * prog, int ret) /* Display the usage message: */ - fprintf(fi, "Usage: %s [--fullscreen] [--opengl] [--disable-sound] [--disable-music] [--debug-mode] | [--usage | --help | --version] [--worldmap] FILENAME\n", + fprintf(fi, "Usage: %s [--fullscreen] [--opengl] [--disable-sound] [--disable-music] [--debug-mode] | [--usage | --help | --version] [--leveleditor] FILENAME\n", prog);