mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 20:18:25 +02:00
Missing mb command in oputil.js help
The `mb` sub-command was missing from the general help output from oputil.js - this add it.
This commit is contained in:
parent
6e94befd8b
commit
389e52dcb9
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue