Fix usage, the command is named dumpuser and not info.

This is likely a left over from some earlier version. Noticed by @m-x-d.
Closes #1166.
This commit is contained in:
Yamagi 2024-11-30 16:30:55 +01:00
parent 6ff7413b65
commit 9f6c455b45

View file

@ -519,7 +519,7 @@ SV_DumpUser_f(void)
if (Cmd_Argc() != 2)
{
Com_Printf("Usage: info <userid>\n");
Com_Printf("Usage: dumpuser <userid>\n");
return;
}