mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
docs(help) --root: folder -> directory
This commit is contained in:
parent
f0043ca20b
commit
72598b88f6
2 changed files with 2 additions and 2 deletions
2
HELP.md
2
HELP.md
|
|
@ -65,7 +65,7 @@ Cloud Commander supports command line parameters:
|
|||
| `-u, --username` | set username
|
||||
| `-p, --password` | set password
|
||||
| `-c, --config` | configuration file path
|
||||
| `--root` | set root folder
|
||||
| `--root` | set root directory
|
||||
| `--port` | set port number
|
||||
| `--no-auth` | disable authorization
|
||||
| `--no-server` | do not start server
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"-u, --username " : "set username",
|
||||
"-p, --password " : "set password",
|
||||
"-c, --config " : "configuration file path",
|
||||
"--root " : "set root folder",
|
||||
"--root " : "set root directory",
|
||||
"--port " : "set port number",
|
||||
"--no-auth " : "disable authorization",
|
||||
"--no-server " : "do not start server",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue