- Changed helpful syntax error messages for mpmap, mprecordmap, and mpopen

This commit is contained in:
Rachael Alexanderson 2016-10-31 00:50:43 -04:00
commit 7333bdb57e
1 changed files with 3 additions and 3 deletions

View File

@ -303,7 +303,7 @@ CCMD (mpmap)
}
else
{
Printf ("Usage: map <map name>\n");
Printf ("Usage: mpmap <map name>\n");
}
}
@ -344,7 +344,7 @@ CCMD(mprecordmap)
}
else
{
Printf("Usage: recordmap <filename> <map name>\n");
Printf("Usage: mprecordmap <filename> <map name>\n");
}
}
@ -377,7 +377,7 @@ CCMD (mpopen)
}
else
{
Printf ("Usage: open <map file>\n");
Printf ("Usage: mpopen <map file>\n");
}
}