Minor fixes to oputil

This commit is contained in:
Bryan Ashby 2017-02-20 11:46:18 -07:00
parent 0ca2ca9bf2
commit 72b0eafc7b
3 changed files with 12 additions and 7 deletions

View file

@ -39,6 +39,6 @@ module.exports = function() {
break;
default:
return printUsageAndSetExitCode('', ExitCodes.BAD_COMMAND);
return printUsageAndSetExitCode(getHelpFor('General'), ExitCodes.BAD_COMMAND);
}
};