mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(bin) output -> display
This commit is contained in:
parent
047556ecb9
commit
c17b1add9e
2 changed files with 2 additions and 2 deletions
2
HELP.md
2
HELP.md
|
|
@ -58,7 +58,7 @@ Cloud Commander supports command line parameters:
|
|||
|Parameter |Operation
|
||||
|:----------------------|:--------------------------------------------
|
||||
| `-h, --help` | display help and exit
|
||||
| `-v, --version` | output version information and exit
|
||||
| `-v, --version` | display version and exit
|
||||
| `-s, --save` | save configuration
|
||||
| `-o, --online` | load scripts from remote servers
|
||||
| `-a, --auth` | enable authorization
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"-h, --help " : "display this help and exit",
|
||||
"-v, --version " : "output version information and exit",
|
||||
"-v, --version " : "display version and exit",
|
||||
"-s, --save " : "save configuration",
|
||||
"-o, --online " : "load scripts from remote servers",
|
||||
"-a, --auth " : "enable authorization",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue