feature(bin) output -> display

This commit is contained in:
coderaiser 2015-03-31 04:53:15 -04:00
parent 047556ecb9
commit c17b1add9e
2 changed files with 2 additions and 2 deletions

View file

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

View file

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