Update help text for check_caches console command

This commit is contained in:
Jonathan G Rennison
2021-10-03 02:17:52 +01:00
parent d4d54c9b90
commit 8f2582e0ff

View File

@@ -2677,7 +2677,7 @@ DEF_CONSOLE_CMD(ConDumpTile)
DEF_CONSOLE_CMD(ConCheckCaches) DEF_CONSOLE_CMD(ConCheckCaches)
{ {
if (argc == 0) { if (argc == 0) {
IConsoleHelp("Debug: Check caches"); IConsoleHelp("Debug: Check caches. Usage: 'check_caches [<broadcast>]'");
return true; return true;
} }