diff options
author | Harald Hoyer <harald@redhat.com> | 2013-04-22 11:38:40 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-04-22 11:39:19 +0200 |
commit | bf83067c1ded45c1ba1d9d679e6190a5de51f960 (patch) | |
tree | 712331db7b3ec02afa1d674b2ec982d41f6c7425 /shell-completion/bash | |
parent | a383724e4202ee9681bd31cb668c44bdbbf83638 (diff) |
shell-completion: add shell completion for "systemctl help"
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/systemctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl index 3e51f34cba..f5829b72f8 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' |