feature(bin) add --no-server

This commit is contained in:
coderaiser 2015-03-25 04:02:24 -04:00
parent 6146ac8710
commit 194796432b
3 changed files with 18 additions and 15 deletions

View file

@ -8,5 +8,6 @@
"-na, --no-auth " : "disable authorization",
"-p, --port " : "set port number",
"-u, --username " : "set username",
"-ps, --password" : "set password"
"-ps, --password" : "set password",
"-ns, --no-server" : "do not start server"
}