mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(bin) -ps -> -p, -p -> --port
This commit is contained in:
parent
8b7080cc4d
commit
ffda8aaddf
3 changed files with 14 additions and 14 deletions
|
|
@ -4,9 +4,9 @@
|
|||
"-s, --save " : "save options",
|
||||
"-o, --online " : "load scripts from remote servers",
|
||||
"-a, --auth " : "enable authorization",
|
||||
"-p, --port " : "set port number",
|
||||
"-u, --username " : "set username",
|
||||
"-ps, --password" : "set password",
|
||||
"-p, --password " : "set password",
|
||||
"--port " : "set port number",
|
||||
"--no-auth " : "disable authorization",
|
||||
"--no-server" : "do not start server",
|
||||
"--no-online" : "load scripts from local server"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue