[systemd-commits] shell-completion/bash
Harald Hoyer
harald at kemper.freedesktop.org
Mon Apr 22 02:39:32 PDT 2013
shell-completion/bash/systemctl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf83067c1ded45c1ba1d9d679e6190a5de51f960
Author: Harald Hoyer <harald at redhat.com>
Date: Mon Apr 22 11:38:40 2013 +0200
shell-completion: add shell completion for "systemctl help"
diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl
index 3e51f34..f5829b7 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'
More information about the systemd-commits
mailing list