mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Correct user/info slip in usage for user.
This commit is contained in:
parent
58c99af5a0
commit
488e415b09
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ void
|
|||
SV_User_f (void)
|
||||
{
|
||||
if (Cmd_Argc () != 2) {
|
||||
Con_Printf ("Usage: info <userid>\n");
|
||||
Con_Printf ("Usage: user <userid>\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue