feature(bin) options -> configuration

This commit is contained in:
coderaiser 2015-03-31 04:47:14 -04:00
parent 50718c424f
commit 85d067a753
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",