summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-11-16 14:45:45 -0500
committerNeil Moore <neil@s-z.org>2013-11-16 14:50:29 -0500
commitfb2ed50aaeaabc7ec4ea41d3660915887a0238c6 (patch)
tree2ef6ce8b4b06aec7defef08d1b8d7e3ff3988510 /crawl-ref/source/command.cc
parent6faf500b7f62d4c9e076597b09283e112c4771e3 (diff)
downloadcrawl-ref-fb2ed50aaeaabc7ec4ea41d3660915887a0238c6.tar.gz
crawl-ref-fb2ed50aaeaabc7ec4ea41d3660915887a0238c6.zip
Improve &^[TU] description (ChrisOelmueller)
Diffstat (limited to 'crawl-ref/source/command.cc')
-rw-r--r--crawl-ref/source/command.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index af0d775571..eebb49ff4f 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -2666,8 +2666,8 @@ int list_wizard_commands(bool do_redraw_screen)
"<w>Ctrl-F</w> double scale fsim\n"
"<w>Ctrl-I</w> item generation stats\n"
"<w>O</w> measure exploration time\n"
- "<w>Ctrl-T</w> enter dungeon Lua interpreter\n"
- "<w>Ctrl-U</w> enter client Lua interpreter\n"
+ "<w>Ctrl-T</w> dungeon (D)Lua interpreter\n"
+ "<w>Ctrl-U</w> client (C)Lua interpreter\n"
"<w>Ctrl-X</w> Xom effect stats\n"
#ifdef DEBUG_DIAGNOSTICS
"<w>Ctrl-Q</w> make some debug messages quiet\n"