]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: add "machinectl shell" to bash completion logic
authorLennart Poettering <lennart@poettering.net>
Thu, 8 Oct 2015 12:49:24 +0000 (14:49 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 8 Oct 2015 13:03:31 +0000 (15:03 +0200)
shell-completion/bash/machinectl

index 0534c0d9cc803cfd38dcc7174d6a1f0dc33ebe8f..cbdc3f7304111f50acfa0c3b21ddacf3696c7f2d 100644 (file)
@@ -41,7 +41,7 @@ _machinectl() {
 
         local -A VERBS=(
                [STANDALONE]='list list-images pull-tar pull-raw pull-dkr import-tar import-raw export-tar export-raw list-transfers cancel-transfer'
-                 [MACHINES]='status show start login 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 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