[quake3-commits] r2007 - trunk/code/server
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Mon Jun  6 10:54:18 EDT 2011
    
    
  
Author: thilo
Date: 2011-06-06 10:54:18 -0400 (Mon, 06 Jun 2011)
New Revision: 2007
Modified:
   trunk/code/server/sv_ccmds.c
Log:
Fix wrong usage info message for cmd dumpuser, patch by Zack Middleton (#5024)
Modified: trunk/code/server/sv_ccmds.c
===================================================================
--- trunk/code/server/sv_ccmds.c	2011-06-06 14:52:49 UTC (rev 2006)
+++ trunk/code/server/sv_ccmds.c	2011-06-06 14:54:18 UTC (rev 2007)
@@ -1220,7 +1220,7 @@
 	}
 
 	if ( Cmd_Argc() != 2 ) {
-		Com_Printf ("Usage: info <userid>\n");
+		Com_Printf ("Usage: dumpuser <userid>\n");
 		return;
 	}
 
    
    
More information about the quake3-commits
mailing list