Merge pull request #180 from coolacid/patch-3

Missing mb command in oputil.js help
This commit is contained in:
Bryan Ashby
2018-04-23 19:17:56 -06:00
committed by GitHub

View File

@@ -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];
}
}