From 0e5bea97e9a4ae6d424f9bf147d8b2ae5406ac43 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 14 Dec 2018 01:52:48 +0900 Subject: [PATCH] bash-completion: machinectl: support import-fs --- shell-completion/bash/machinectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'