diff --git a/core/oputil/oputil_help.js b/core/oputil/oputil_help.js index b4c48267..5c7d202a 100644 --- a/core/oputil/oputil_help.js +++ b/core/oputil/oputil_help.js @@ -8,7 +8,7 @@ exports.getHelpFor = getHelpFor; const usageHelp = exports.USAGE_HELP = { General : -`usage: optutil.js [--version] [--help] +`usage: oputil.js [--version] [--help] [] global args: @@ -21,7 +21,7 @@ commands: fb file base management `, User : -`usage: optutil.js user --user USERNAME +`usage: oputil.js user --user USERNAME valid args: --user USERNAME specify username for further actions @@ -32,7 +32,7 @@ valid args: `, Config : -`usage: optutil.js config [] +`usage: oputil.js config [] actions: new generate a new/initial configuration @@ -97,4 +97,4 @@ general information: function getHelpFor(command) { return usageHelp[command]; -} \ No newline at end of file +}