From dfda4de06fd9dd01d5a6430a747f3671fb0e36e6 Mon Sep 17 00:00:00 2001 From: Ricardo Cruz Date: Sun, 16 May 2004 17:56:58 +0000 Subject: [PATCH] Added '--leveleditor' to --usage and corrected another thing. SVN-Revision: 1216 --- src/setup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.11.0