mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- Changed helpful syntax error messages for mpmap, mprecordmap, and mpopen
This commit is contained in:
commit
7333bdb57e
1 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue