From: Harald Hoyer Date: Mon, 22 Apr 2013 09:38:40 +0000 (+0200) Subject: shell-completion: add shell completion for "systemctl help" X-Git-Tag: v203~120 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=bf83067c1ded45c1ba1d9d679e6190a5de51f960;ds=inline shell-completion: add shell completion for "systemctl help" --- 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'