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.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index cb9ec35c6f..848ce8ebed 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -1593,7 +1593,8 @@ void list_commands(bool wizard, int hotkey, bool do_redraw_screen)
"<h>Player Character Information:\n"
"<w>@</w> : display character status\n"
"<w>[</w> : display worn armour\n"
- "<w>(</w> : display current weapons (also <w>)</w>)\n"
+ "<w>(</w> : cycle current ammunition\n"
+ "<w>)</w> : display current weapons\n"
"<w>\"</w> : display worn jewellery\n"
"<w>C</w> : display experience info\n"
"<w>^</w> : show religion screen\n"
@@ -1611,8 +1612,7 @@ void list_commands(bool wizard, int hotkey, bool do_redraw_screen)
"<w>;</w> : examine occupied tile\n"
"<w>x</w> : eXamine surroundings/targets\n"
"<w>X</w> : eXamine level map\n"
- "<w>O</w> : show dungeon Overview\n"
- " \n",
+ "<w>O</w> : show dungeon Overview\n",
true, true, cmdhelp_textfilter,45);
cols.add_formatted(
@@ -1677,7 +1677,6 @@ void list_commands(bool wizard, int hotkey, bool do_redraw_screen)
cols.add_formatted(
1,
" \n"
- " \n"
"Crawl usually considers every item it\n"
"sees as a stash. When using a value\n"
"different from <green>stash_tracking = all</green>, you\n"