]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: bash: add image transfer subcommands
authorSeth Jennings <sjenning@redhat.com>
Tue, 18 Aug 2015 18:20:12 +0000 (13:20 -0500)
committerSeth Jennings <sjenning@redhat.com>
Tue, 18 Aug 2015 18:20:12 +0000 (13:20 -0500)
shell-completion/bash/machinectl

index 0d09258a0b9cceec6b476d5caf88475df7aadfc3..9d4c592c2bfbeabad79d14d8ee853372e4269f55 100644 (file)
@@ -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'
         )