Merge pull request #180 from coolacid/patch-3
Missing mb command in oputil.js help
This commit is contained in:
commit
df01e72f2e
|
@ -19,6 +19,7 @@ commands:
|
|||
user user utilities
|
||||
config config file management
|
||||
fb file base management
|
||||
mb message base management
|
||||
`,
|
||||
User :
|
||||
`usage: optutil.js user --user USERNAME <args>
|
||||
|
@ -100,4 +101,4 @@ general information:
|
|||
|
||||
function getHelpFor(command) {
|
||||
return usageHelp[command];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue