mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 22:42:09 +00:00
Fix wrong usage info message for cmd dumpuser, patch by Zack Middleton (#5024)
This commit is contained in:
parent
0c43133695
commit
e676b41c8f
1 changed files with 1 additions and 1 deletions
|
@ -1220,7 +1220,7 @@ static void SV_DumpUser_f( void ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( Cmd_Argc() != 2 ) {
|
if ( Cmd_Argc() != 2 ) {
|
||||||
Com_Printf ("Usage: info <userid>\n");
|
Com_Printf ("Usage: dumpuser <userid>\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue