X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=shell-completion%2Fbash%2Fsystemctl;h=f5829b72f80fb2fd9a971e84c6d627f146429655;hp=3e51f34cbaefcfdc0455467c2a2ddbd89a813363;hb=bf83067c1ded45c1ba1d9d679e6190a5de51f960;hpb=90cf049bfe9a7dcb20a1bd0d12e8b2194dbcd357 diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl index 3e51f34cb..f5829b72f 100644 --- a/shell-completion/bash/systemctl +++ b/shell-completion/bash/systemctl @@ -117,7 +117,7 @@ _systemctl () { fi local -A VERBS=( - [ALL_UNITS]='is-active is-failed is-enabled status show mask preset' + [ALL_UNITS]='is-active is-failed is-enabled status show mask preset help' [ENABLED_UNITS]='disable' [DISABLED_UNITS]='enable' [REENABLABLE_UNITS]='reenable'