summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-08-17 02:06:03 -0400
committerNeil Moore <neil@s-z.org>2014-08-17 02:08:19 -0400
commit392fa5e58279f52e3286c9a65b2a7cf615f62192 (patch)
treecdd4b850485623ad2b247f0e128635b016575240
parent2075953fc072498afb8f04aef691d499cb30490e (diff)
downloadcrawl-ref-392fa5e58279f52e3286c9a65b2a7cf615f62192.tar.gz
crawl-ref-392fa5e58279f52e3286c9a65b2a7cf615f62192.zip
Undocument -seed (#8871)
It is intended for reproducible testing, not for generating a fixed dungeon as Brogue does. Users expect the latter.
-rw-r--r--crawl-ref/source/main.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 67108afb66..b94557d7e4 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -483,7 +483,6 @@ static void _show_commandline_options_help()
puts(" -species <arg> preselect character species (by letter, abbreviation, or name)");
puts(" -background <arg> preselect character background (by letter, abbreviation, or name)");
puts(" -plain don't use IBM extended characters");
- puts(" -seed <num> init the rng to a given sequence (a hex number > 0)");
puts(" -dir <path> crawl directory");
puts(" -rc <file> init file name");
puts(" -rcdir <dir> directory that contains (included) rc files");