]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: update machinectl bash completion
authorSeth Jennings <sjenning@redhat.com>
Tue, 11 Aug 2015 16:43:56 +0000 (11:43 -0500)
committerSeth Jennings <sjenning@redhat.com>
Sun, 16 Aug 2015 16:19:36 +0000 (11:19 -0500)
Many new subcommands have been added since the bash completion was last
updated.  Bring it up to speed.

shell-completion/bash/machinectl

index 3789492d723189ae314f8176f34f2dcb45d778cc..ad4de1789af6ab5ab0b8e115f46278ca63892ef7 100644 (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