summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-09 01:53:00 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-01-09 01:53:00 +0530
commit6f7bad89c9c35960a6ca16db5d8faad06583d623 (patch)
tree952b7c7d00ed0274fcc7dfbf7f01f726f5d1e1d9 /crawl-ref/source/main.cc
parent9841ce45ea91c1ad394d706fd748ffc1fd9d9de0 (diff)
downloadcrawl-ref-6f7bad89c9c35960a6ca16db5d8faad06583d623.tar.gz
crawl-ref-6f7bad89c9c35960a6ca16db5d8faad06583d623.zip
Add -script usage note to commandline option help.
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 1b1bce4faa..0d327cd180 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -347,6 +347,7 @@ static void _show_commandline_options_help()
#if DEBUG_DIAGNOSTICS
puts("");
puts(" -test run test cases in ./test");
+ puts(" -script <name> run script matching <name> in ./scripts");
#endif
}