From 985c2fdd37bdf0771dd3ac302128f18a4867580c Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 10 Nov 2013 06:02:07 +0100 Subject: Follow-up to 97001710c06ed7053d18c8baaac602eb563b64b3 - Added --script-check to the --help screen. Signed-off-by: Haru --- src/map/map.c | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/map/map.c b/src/map/map.c index 1d47d196e..3469a60ce 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -5204,17 +5204,18 @@ void map_helpscreen(bool do_exit) ShowInfo("Usage: %s [options]\n", SERVER_NAME); ShowInfo("\n"); ShowInfo("Options:\n"); - ShowInfo(" -?, -h [--help]\t\tDisplays this help screen.\n"); - ShowInfo(" -v [--version]\t\tDisplays the server's version.\n"); - ShowInfo(" --run-once\t\t\tCloses server after loading (testing).\n"); - ShowInfo(" --map-config \t\tAlternative map-server configuration.\n"); - ShowInfo(" --battle-config \tAlternative battle configuration.\n"); - ShowInfo(" --atcommand-config \tAlternative atcommand configuration.\n"); - ShowInfo(" --script-config \tAlternative script configuration.\n"); - ShowInfo(" --msg-config \t\tAlternative message configuration.\n"); - ShowInfo(" --grf-path \t\tAlternative GRF path configuration.\n"); - ShowInfo(" --inter-config \t\tAlternative inter-server configuration.\n"); - ShowInfo(" --log-config \t\tAlternative logging configuration.\n"); + ShowInfo(" -?, -h [--help] Displays this help screen.\n"); + ShowInfo(" -v [--version] Displays the server's version.\n"); + ShowInfo(" --run-once Closes server after loading (testing).\n"); + ShowInfo(" --map-config Alternative map-server configuration.\n"); + ShowInfo(" --battle-config Alternative battle configuration.\n"); + ShowInfo(" --atcommand-config Alternative atcommand configuration.\n"); + ShowInfo(" --script-config Alternative script configuration.\n"); + ShowInfo(" --msg-config Alternative message configuration.\n"); + ShowInfo(" --grf-path Alternative GRF path configuration.\n"); + ShowInfo(" --inter-config Alternative inter-server configuration.\n"); + ShowInfo(" --log-config Alternative logging configuration.\n"); + ShowInfo(" --script-check Tests a script for errors, without running the server.\n"); HPM->arg_help();/* display help for commands implemented thru HPM */ if( do_exit ) exit(EXIT_SUCCESS); -- cgit v1.2.3-70-g09d2