Fix: help msg missing auth subcommand
This commit is contained in:
parent
6c6df42e7f
commit
5815c84b07
@ -72,11 +72,10 @@ help() {
|
||||
printf "${script} --vm 0.0.0.0 --ssh | only ssh access \n"
|
||||
printf "${script} --vm 0.0.0.0 --tty | use mgrctl interactive \n"
|
||||
printf " \n"
|
||||
printf "${script} --dci 0.0.0.0 --mgrctl user access --id 3 --count 5 \n"
|
||||
printf "${script} --dci 0.0.0.0 --mgrctl user ls --admins \n"
|
||||
printf "${script} --dci 0.0.0.0 --mgrctl user --help \n"
|
||||
printf "${script} --vm 0.0.0.0 --port 22122 --mgrctl user ls --admins \n"
|
||||
printf "${script} --vm 0.0.0.0 --tty --mgrctl user ls --admins \n"
|
||||
printf "${script} --dci 0.0.0.0 --mgrctl auth user access --id 3 --count 5 \n"
|
||||
printf "${script} --dci 0.0.0.0 --mgrctl auth user ls --admins \n"
|
||||
printf "${script} --vm 0.0.0.0 --port 22122 --mgrctl auth user ls --admins \n"
|
||||
printf "${script} --vm 0.0.0.0 --tty --mgrctl auth user ls --admins \n"
|
||||
printf "${script} --dns ns1.example.com --web-port 1501 \n"
|
||||
printf "${script} --dns ns1.example.com --port 22122 --web-port 1501 \n"
|
||||
printf "${script} --bill my.example.com --port 22 --web-port 1501 \n"
|
||||
|
Loading…
Reference in New Issue
Block a user