1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-08 11:27:32 +03:00

Merge pull request #988 from spartacus06/update-completion-machinectl-v2

Update completion machinectl (part 2)
This commit is contained in:
Lennart Poettering 2015-08-19 11:15:11 +02:00
commit 4105232edc

View File

@ -40,8 +40,8 @@ _machinectl() {
) )
local -A VERBS=( local -A VERBS=(
[STANDALONE]='list list-images' [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 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'
) )
_init_completion || return _init_completion || return