Change: do not print the '-' in front of help messages and make help messages more uniform
This commit is contained in:
@@ -267,7 +267,7 @@ static void IConsoleAliasExec(const IConsoleAlias *alias, byte tokencount, char
|
||||
|
||||
if (param < 0 || param >= tokencount) {
|
||||
IConsolePrint(CC_ERROR, "Too many or wrong amount of parameters passed to alias.");
|
||||
IConsolePrint(CC_HELP, "Usage of alias '{}': {}", alias->name, alias->cmdline);
|
||||
IConsolePrint(CC_HELP, "Usage of alias '{}': '{}'.", alias->name, alias->cmdline);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user