lol fail
This commit is contained in:
parent
320ac1fc36
commit
12a1809a88
|
@ -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:
|
||||||
|
@ -22,7 +22,7 @@ commands:
|
||||||
mb message base management
|
mb message base management
|
||||||
`,
|
`,
|
||||||
User :
|
User :
|
||||||
`usage: optutil.js user <action> [<args>]
|
`usage: oputil.js user <action> [<args>]
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
info USERNAME display information about a user
|
info USERNAME display information about a user
|
||||||
|
@ -38,7 +38,7 @@ actions:
|
||||||
`,
|
`,
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -8,7 +8,7 @@ ENiGMA½ comes with `oputil.js` henceforth known as `oputil`, a command line int
|
||||||
Let's look the main help output as per this writing:
|
Let's look the main help output as per this writing:
|
||||||
|
|
||||||
```
|
```
|
||||||
usage: optutil.js [--version] [--help]
|
usage: oputil.js [--version] [--help]
|
||||||
<command> [<args>]
|
<command> [<args>]
|
||||||
|
|
||||||
global args:
|
global args:
|
||||||
|
@ -41,7 +41,7 @@ Type `./oputil.js <command> --help` for additional help on a particular command.
|
||||||
The `user` command covers various user operations.
|
The `user` command covers various user operations.
|
||||||
|
|
||||||
```
|
```
|
||||||
usage: optutil.js user <action> [<args>]
|
usage: oputil.js user <action> [<args>]
|
||||||
|
|
||||||
actions:
|
actions:
|
||||||
info USERNAME display information about a user
|
info USERNAME display information about a user
|
||||||
|
@ -71,7 +71,7 @@ actions:
|
||||||
The `config` command allows sysops to perform various system configuration and maintenance tasks.
|
The `config` command allows sysops to perform various system configuration and maintenance tasks.
|
||||||
|
|
||||||
```
|
```
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue