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.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 26be6196f8..f8315cb23b 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2352,7 +2352,7 @@ void list_commands(int hotkey, bool do_redraw_screen)
int list_wizard_commands(bool do_redraw_screen)
{
// 2 columns
- column_composer cols(2, 43);
+ column_composer cols(2, 44);
// Page size is number of lines - one line for --more-- prompt.
cols.set_pagesize(get_number_of_lines());
@@ -2420,6 +2420,7 @@ int list_wizard_commands(bool do_redraw_screen)
"<w>:</w> : find branches and overflow\n"
" temples in the dungeon\n"
"<w>{</w> : magic mapping\n"
+ "<w>}</w> : detect all traps on level\n"
"\n"
"<yellow>Debugging commands</yellow>\n"
"<w>f</w> : player combat damage stats\n"