From: Yu Watanabe Date: Thu, 13 Dec 2018 16:52:48 +0000 (+0900) Subject: bash-completion: machinectl: support import-fs X-Git-Tag: v240~64^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e5bea97e9a4ae6d424f9bf147d8b2ae5406ac43;p=thirdparty%2Fsystemd.git bash-completion: machinectl: support import-fs --- diff --git a/shell-completion/bash/machinectl b/shell-completion/bash/machinectl index 16d037a0009..7c633707685 100644 --- a/shell-completion/bash/machinectl +++ b/shell-completion/bash/machinectl @@ -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'