From: Lennart Poettering Date: Thu, 8 Oct 2015 12:49:24 +0000 (+0200) Subject: shell-completion: add "machinectl shell" to bash completion logic X-Git-Tag: v228~228^2~2 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=56f3cb335accfeb89a5bcf63b272760b96b92823;p=systemd%2F.git shell-completion: add "machinectl shell" to bash completion logic --- diff --git a/shell-completion/bash/machinectl b/shell-completion/bash/machinectl index 0534c0d9cc..cbdc3f7304 100644 --- a/shell-completion/bash/machinectl +++ b/shell-completion/bash/machinectl @@ -41,7 +41,7 @@ _machinectl() { local -A VERBS=( [STANDALONE]='list list-images pull-tar pull-raw pull-dkr import-tar import-raw export-tar export-raw list-transfers cancel-transfer' - [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' + [MACHINES]='status show start login shell enable disable poweroff reboot terminate kill copy-to copy-from image-status show-image clone rename read-only remove set-limit' ) _init_completion || return