diff --git a/HELP.md b/HELP.md index f6354607..f561ceaa 100644 --- a/HELP.md +++ b/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 diff --git a/json/bin.json b/json/bin.json index 63ffed10..62501a1a 100644 --- a/json/bin.json +++ b/json/bin.json @@ -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",