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:
parent
728047da7b
commit
fee761f9d4
1 changed files with 1 additions and 1 deletions
|
@ -1476,7 +1476,7 @@ void SV_SetTimer_f(void)
|
||||||
|
|
||||||
if (Cmd_Argc() < 2)
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue