summaryrefslogtreecommitdiff
path: root/shell-completion/bash/machinectl
diff options
context:
space:
mode:
authorSeth Jennings <sjenning@redhat.com>2015-08-11 11:43:56 -0500
committerSeth Jennings <sjenning@redhat.com>2015-08-16 11:19:36 -0500
commit6eb8bec62d13025ec8c847c8bd0b6359c314d10e (patch)
tree4c84a81375e974bfac5c050aee51033f2373c784 /shell-completion/bash/machinectl
parent3f1818cf70ac34cf93f1f033b4f1bbb7a89b3dff (diff)
shell-completion: update machinectl bash completion
Many new subcommands have been added since the bash completion was last updated. Bring it up to speed.
Diffstat (limited to 'shell-completion/bash/machinectl')
-rw-r--r--shell-completion/bash/machinectl4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/machinectl b/shell-completion/bash/machinectl
index 3789492d72..ad4de1789a 100644
--- a/shell-completion/bash/machinectl
+++ b/shell-completion/bash/machinectl
@@ -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