From 392fa5e58279f52e3286c9a65b2a7cf615f62192 Mon Sep 17 00:00:00 2001 From: Neil Moore Date: Sun, 17 Aug 2014 02:06:03 -0400 Subject: Undocument -seed (#8871) It is intended for reproducible testing, not for generating a fixed dungeon as Brogue does. Users expect the latter. --- crawl-ref/source/main.cc | 1 - 1 file changed, 1 deletion(-) 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 preselect character species (by letter, abbreviation, or name)"); puts(" -background preselect character background (by letter, abbreviation, or name)"); puts(" -plain don't use IBM extended characters"); - puts(" -seed init the rng to a given sequence (a hex number > 0)"); puts(" -dir crawl directory"); puts(" -rc init file name"); puts(" -rcdir directory that contains (included) rc files"); -- cgit v1.2.3-54-g00ecf