diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-08 14:49:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-08 15:03:31 +0200 |
commit | 56f3cb335accfeb89a5bcf63b272760b96b92823 (patch) | |
tree | da08badb8ff1ab4c05cf5e7f6823abc82d832a1c /shell-completion | |
parent | 1ba239315ff449779189bde77361f323851dc39f (diff) | |
download | systemd-56f3cb335accfeb89a5bcf63b272760b96b92823.tar.gz |
shell-completion: add "machinectl shell" to bash completion logic
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/machinectl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |