summaryrefslogtreecommitdiff
path: root/shell-completion/bash
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-12-14 01:52:48 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-14 01:52:48 +0900
commit0e5bea97e9a4ae6d424f9bf147d8b2ae5406ac43 (patch)
tree5f8d98afa306f1194cd6884e33f327e0f76ce502 /shell-completion/bash
parent421e3b45f03dd6b7f8dd99258dda44428b384889 (diff)
downloadsystemd-0e5bea97e9a4ae6d424f9bf147d8b2ae5406ac43.tar.gz
bash-completion: machinectl: support import-fs
Diffstat (limited to 'shell-completion/bash')
-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 16d037a000..7c63370768 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'