Make the help message for mvdrecord print mvdrecord instead of record.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1160 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
20880b07be
commit
093c37edbb
1 changed files with 1 additions and 1 deletions
|
@ -1664,7 +1664,7 @@ void SV_MVD_Record_f (void)
|
|||
c = Cmd_Argc();
|
||||
if (c != 2)
|
||||
{
|
||||
Con_Printf ("record <demoname>\n");
|
||||
Con_Printf ("mvdrecord <demoname>\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue