oputil_help; correct references to optutil
This commit is contained in:
@@ -8,7 +8,7 @@ exports.getHelpFor = getHelpFor;
|
|||||||
|
|
||||||
const usageHelp = exports.USAGE_HELP = {
|
const usageHelp = exports.USAGE_HELP = {
|
||||||
General :
|
General :
|
||||||
`usage: optutil.js [--version] [--help]
|
`usage: oputil.js [--version] [--help]
|
||||||
<command> [<args>]
|
<command> [<args>]
|
||||||
|
|
||||||
global args:
|
global args:
|
||||||
@@ -21,7 +21,7 @@ commands:
|
|||||||
fb file base management
|
fb file base management
|
||||||
`,
|
`,
|
||||||
User :
|
User :
|
||||||
`usage: optutil.js user --user USERNAME <args>
|
`usage: oputil.js user --user USERNAME <args>
|
||||||
|
|
||||||
valid args:
|
valid args:
|
||||||
--user USERNAME specify username for further actions
|
--user USERNAME specify username for further actions
|
||||||
@@ -32,7 +32,7 @@ valid args:
|
|||||||
`,
|
`,
|
||||||
|
|
||||||
Config :
|
Config :
|
||||||
`usage: optutil.js config <action> [<args>]
|
`usage: oputil.js config <action> [<args>]
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
new generate a new/initial configuration
|
new generate a new/initial configuration
|
||||||
@@ -97,4 +97,4 @@ general information:
|
|||||||
|
|
||||||
function getHelpFor(command) {
|
function getHelpFor(command) {
|
||||||
return usageHelp[command];
|
return usageHelp[command];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user