mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
Minor fixes to oputil
This commit is contained in:
parent
0ca2ca9bf2
commit
72b0eafc7b
3 changed files with 12 additions and 7 deletions
|
@ -39,6 +39,6 @@ module.exports = function() {
|
|||
break;
|
||||
|
||||
default:
|
||||
return printUsageAndSetExitCode('', ExitCodes.BAD_COMMAND);
|
||||
return printUsageAndSetExitCode(getHelpFor('General'), ExitCodes.BAD_COMMAND);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue