summaryrefslogtreecommitdiff
path: root/src/grp-machine/machinectl/machinectl.completion.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-machine/machinectl/machinectl.completion.bash')
-rw-r--r--src/grp-machine/machinectl/machinectl.completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-machine/machinectl/machinectl.completion.bash b/src/grp-machine/machinectl/machinectl.completion.bash
index e7829ca968..aebe48304d 100644
--- a/src/grp-machine/machinectl/machinectl.completion.bash
+++ b/src/grp-machine/machinectl/machinectl.completion.bash
@@ -41,7 +41,7 @@ _machinectl() {
local -A VERBS=(
[STANDALONE]='list list-images pull-tar pull-raw import-tar import-raw export-tar export-raw list-transfers cancel-transfer'
- [MACHINES]='status show start login shell enable disable poweroff reboot terminate kill copy-to copy-from image-status show-image clone rename read-only remove set-limit'
+ [MACHINES]='status show start stop login shell enable disable poweroff reboot terminate kill copy-to copy-from image-status show-image clone rename read-only remove set-limit'
)
_init_completion || return