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