diff --git a/HELP.md b/HELP.md index 30022c62..f6354607 100644 --- a/HELP.md +++ b/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 diff --git a/json/bin.json b/json/bin.json index 6b4c7580..63ffed10 100644 --- a/json/bin.json +++ b/json/bin.json @@ -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",