summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 485df76827..fdadcd010d 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -636,11 +636,11 @@ struct help_file
};
help_file help_files[] = {
- { "crawl_manual.txt", '*', true },
- { "tables.txt", '%', false },
- { "readme.txt", '^', false },
- { "crawl_macros.txt", '~', false },
- { "crawl_options.txt", '!', false },
+ { "crawl_manual.txt", '*', true },
+ { "aptitudes.txt", '%', false },
+ { "readme.txt", '^', false },
+ { "macros_guide.txt", '~', false },
+ { "options_guide.txt", '!', false },
{ NULL, 0, false }
};