Update help text for check_caches console command
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user