summaryrefslogtreecommitdiffstats
path: root/shell-completion/bash/machinectl
diff options
context:
space:
mode:
authorSeth Jennings <sjenning@redhat.com>2015-08-18 20:20:12 +0200
committerSeth Jennings <sjenning@redhat.com>2015-08-18 20:20:12 +0200
commit2977883de2914677aafea7182be3eaa97566fcad (patch)
treefb4e8ecb2f65231c6e0a454317c34a96cf4ee6c1 /shell-completion/bash/machinectl
parentMerge pull request #984 from whot/hwdb-updates (diff)
downloadsystemd-2977883de2914677aafea7182be3eaa97566fcad.tar.xz
systemd-2977883de2914677aafea7182be3eaa97566fcad.zip
shell-completion: bash: add image transfer subcommands
Diffstat (limited to '')
-rw-r--r--shell-completion/bash/machinectl2
1 files changed, 1 insertions, 1 deletions
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'
)