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:
Mark Olsen 2005-07-25 13:36:42 +00:00
parent 20880b07be
commit 093c37edbb
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}