From: Seth Jennings Date: Tue, 11 Aug 2015 16:43:56 +0000 (-0500) Subject: shell-completion: update machinectl bash completion X-Git-Tag: v225~67^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6eb8bec62d13025ec8c847c8bd0b6359c314d10e;p=thirdparty%2Fsystemd.git shell-completion: update machinectl bash completion Many new subcommands have been added since the bash completion was last updated. Bring it up to speed. --- diff --git a/shell-completion/bash/machinectl b/shell-completion/bash/machinectl index 3789492d723..ad4de1789af 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