shell-completion: update machinectl bash completion

Many new subcommands have been added since the bash completion was last
updated.  Bring it up to speed.
This commit is contained in:
Seth Jennings 2015-08-11 11:43:56 -05:00
parent 3f1818cf70
commit 6eb8bec62d
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ _machinectl() {
)
local -A VERBS=(
[STANDALONE]='list'
[MACHINES]='status show terminate kill reboot login'
[STANDALONE]='list list-images'
[MACHINES]='status show start login enable disable poweroff reboot terminate kill copy-to copy-from image-status show-image clone rename read-only remove set-limit list-transfers cancel-transfer'
)
_init_completion || return