From 8f2582e0ff81009a2ead846499865edb4c4b896b Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 3 Oct 2021 02:17:52 +0100 Subject: [PATCH] Update help text for check_caches console command --- src/console_cmds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp index 5f100df78a..74b47a945b 100644 --- a/src/console_cmds.cpp +++ b/src/console_cmds.cpp @@ -2677,7 +2677,7 @@ DEF_CONSOLE_CMD(ConDumpTile) DEF_CONSOLE_CMD(ConCheckCaches) { if (argc == 0) { - IConsoleHelp("Debug: Check caches"); + IConsoleHelp("Debug: Check caches. Usage: 'check_caches []'"); return true; }