]> git.proxmox.com Git - systemd.git/blobdiff - shell-completion/bash/machinectl
Imported Upstream version 231
[systemd.git] / shell-completion / bash / machinectl
index e7829ca968f68eb44d6cc55f6b349d2e7c9bf7d9..aebe48304da4aaeaf1346a6196da9fcb8b7fe1fe 100644 (file)
@@ -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