From 6f7bad89c9c35960a6ca16db5d8faad06583d623 Mon Sep 17 00:00:00 2001 From: Darshan Shaligram Date: Sat, 9 Jan 2010 01:53:00 +0530 Subject: Add -script usage note to commandline option help. --- crawl-ref/source/main.cc | 1 + 1 file changed, 1 insertion(+) 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 run script matching in ./scripts"); #endif } -- cgit v1.2.3-54-g00ecf