mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 03:33:28 +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)
|
SV_User_f (void)
|
||||||
{
|
{
|
||||||
if (Cmd_Argc () != 2) {
|
if (Cmd_Argc () != 2) {
|
||||||
Con_Printf ("Usage: info <userid>\n");
|
Con_Printf ("Usage: user <userid>\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue