summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authornlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 02:54:00 +0000
committernlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-27 02:54:00 +0000
commita77e1d86ee4ce3d49c49750bee70a0fabfcf17a1 (patch)
tree55cee88cde1418572250c3cabfc3c65201020156 /crawl-ref/source/acr.cc
parent1453a4ca617432ab205dc73cde03586baad49259 (diff)
downloadcrawl-ref-a77e1d86ee4ce3d49c49750bee70a0fabfcf17a1.tar.gz
crawl-ref-a77e1d86ee4ce3d49c49750bee70a0fabfcf17a1.zip
FR 2533562: Move the CRAWL_PIZZA / -pizza options into the init file
so that they're more easily accessible in hosted games. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9250 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index f46e4c33ec..0d75164a24 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -294,7 +294,6 @@ static void _show_commandline_options_help()
puts(" -name <string> character name");
puts(" -race <arg> preselect race (by letter, abbreviation, or name)");
puts(" -class <arg> preselect class (by letter, abbreviation, or name)");
- puts(" -pizza <string> crawl pizza");
puts(" -plain don't use IBM extended characters");
puts(" -dir <path> crawl directory");
puts(" -rc <file> init file name");
@@ -303,7 +302,7 @@ static void _show_commandline_options_help()
puts(" -macro <dir> directory to save/find macro.txt");
puts("");
puts("Command line options override init file options, which override");
- puts("environment options (CRAWL_NAME, CRAWL_PIZZA, CRAWL_DIR, CRAWL_RC).");
+ puts("environment options (CRAWL_NAME, CRAWL_DIR, CRAWL_RC).");
puts("");
puts("Highscore list options: (Can now be redirected to more, etc)");
puts(" -scores [N] highscore list");