summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 7ead9ffbde..b66013059c 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1178,7 +1178,8 @@ void process_command( command_type cmd ) {
case CMD_LOOK_AROUND:
mpr("Move the cursor around to observe a square.", MSGCH_PROMPT);
- mpr("Press '?' for a monster description.", MSGCH_PROMPT);
+ mpr("Press 'v' for a monster description or '?' for help.",
+ MSGCH_PROMPT);
struct dist lmove; // will be initialized by direction()
direction(lmove, DIR_TARGET, TARG_ANY, true);