mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-24 19:48:23 +02:00
Merge pull request #180 from coolacid/patch-3
Missing mb command in oputil.js help
This commit is contained in:
commit
df01e72f2e
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ commands:
|
||||||
user user utilities
|
user user utilities
|
||||||
config config file management
|
config config file management
|
||||||
fb file base management
|
fb file base management
|
||||||
|
mb message base management
|
||||||
`,
|
`,
|
||||||
User :
|
User :
|
||||||
`usage: optutil.js user --user USERNAME <args>
|
`usage: optutil.js user --user USERNAME <args>
|
||||||
|
@ -100,4 +101,4 @@ general information:
|
||||||
|
|
||||||
function getHelpFor(command) {
|
function getHelpFor(command) {
|
||||||
return usageHelp[command];
|
return usageHelp[command];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue