bash-completion: machinectl: support import-fs

This commit is contained in:
Yu Watanabe 2018-12-14 01:52:48 +09:00
parent 421e3b45f0
commit 0e5bea97e9

View 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'