Added clearer syntax to sv_settimer

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@673 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-21 04:39:47 +00:00
parent 728047da7b
commit fee761f9d4
1 changed files with 1 additions and 1 deletions

View File

@ -1476,7 +1476,7 @@ void SV_SetTimer_f(void)
if (Cmd_Argc() < 2)
{
Con_Printf("%s count interval command\n", Cmd_Argv(0));
Con_Printf("%s <count> <interval> <command>\n", Cmd_Argv(0));
return;
}