feature(cloudcmd) add -c, --config

This commit is contained in:
coderaiser 2015-03-31 04:46:07 -04:00
parent 6b4da4978d
commit 50718c424f
3 changed files with 33 additions and 2 deletions

View file

@ -6,6 +6,7 @@
"-a, --auth " : "enable authorization",
"-u, --username " : "set username",
"-p, --password " : "set password",
"-c, --config " : "configuration file path",
"--port " : "set port number",
"--no-auth " : "disable authorization",
"--no-server " : "do not start server",