Update help text for check_caches console command

pull/326/head
Jonathan G Rennison 3 years ago
parent d4d54c9b90
commit 8f2582e0ff

@ -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 [<broadcast>]'");
return true;
}

Loading…
Cancel
Save