]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash-completion: machinectl: support import-fs
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 13 Dec 2018 16:52:48 +0000 (01:52 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 13 Dec 2018 16:52:48 +0000 (01:52 +0900)
shell-completion/bash/machinectl

index 16d037a0009e5f699bfc8471ad3b54809bcbc3f2..7c63370768507ed762afca36277287dd117cbc57 100644 (file)
@@ -42,7 +42,7 @@ _machinectl() {
         )
 
         local -A VERBS=(
-               [STANDALONE]='list list-images clean pull-tar pull-raw list-transfers cancel-transfer'
+               [STANDALONE]='list list-images clean pull-tar pull-raw list-transfers cancel-transfer import-fs'
                  [MACHINES]='status show start stop login shell enable disable poweroff reboot terminate kill bind copy-to copy-from
                              image-status show-image clone rename read-only remove set-limit export-tar export-raw'
                      [FILE]='import-tar import-raw'