From 2977883de2914677aafea7182be3eaa97566fcad Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Tue, 18 Aug 2015 13:20:12 -0500 Subject: shell-completion: bash: add image transfer subcommands --- shell-completion/bash/machinectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/bash/machinectl') diff --git a/shell-completion/bash/machinectl b/shell-completion/bash/machinectl index 0d09258a0b..9d4c592c2b 100644 --- a/shell-completion/bash/machinectl +++ b/shell-completion/bash/machinectl @@ -40,7 +40,7 @@ _machinectl() { ) 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' [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' ) -- cgit v1.2.3-54-g00ecf From 4acd40613f5514e3170e3001210741a2f9328157 Mon Sep 17 00:00:00 2001 From: Seth Jennings Date: Tue, 18 Aug 2015 13:22:42 -0500 Subject: shell-completion: bash: make list-transfers and cancel-transfer STANDALONE list-transfers and cancel-transfers don't take machine arguments. --- shell-completion/bash/machinectl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell-completion/bash/machinectl') diff --git a/shell-completion/bash/machinectl b/shell-completion/bash/machinectl index 9d4c592c2b..0534c0d9cc 100644 --- a/shell-completion/bash/machinectl +++ b/shell-completion/bash/machinectl @@ -40,8 +40,8 @@ _machinectl() { ) local -A VERBS=( - [STANDALONE]='list list-images pull-tar pull-raw pull-dkr import-tar import-raw export-tar export-raw' - [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' + [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' ) _init_completion || return -- cgit v1.2.3-54-g00ecf