]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: bash: make list-transfers and cancel-transfer STANDALONE 988/head
authorSeth Jennings <sjenning@redhat.com>
Tue, 18 Aug 2015 18:22:42 +0000 (13:22 -0500)
committerSeth Jennings <sjenning@redhat.com>
Tue, 18 Aug 2015 18:22:42 +0000 (13:22 -0500)
list-transfers and cancel-transfers don't take machine arguments.

shell-completion/bash/machinectl

index 9d4c592c2bfbeabad79d14d8ee853372e4269f55..0534c0d9cc803cfd38dcc7174d6a1f0dc33ebe8f 100644 (file)
@@ -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