Fix wrong usage info message for cmd dumpuser, patch by Zack Middleton (#5024)

This commit is contained in:
Thilo Schulz 2011-06-06 14:54:18 +00:00
parent 0c43133695
commit e676b41c8f

View file

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