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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.cc b/crawl-ref/source/command.cc
index 08e930e2b0..6014528aae 100644
--- a/crawl-ref/source/command.cc
+++ b/crawl-ref/source/command.cc
@@ -1410,7 +1410,7 @@ static bool _do_description(std::string key, std::string type,
linebreak_string2(footer, width - 1);
inf.footer = footer;
- inf.title = key;
+ inf.title = key;
print_description(inf);
return (true);