From bf83067c1ded45c1ba1d9d679e6190a5de51f960 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 22 Apr 2013 11:38:40 +0200 Subject: [PATCH] shell-completion: add shell completion for "systemctl help" --- shell-completion/bash/systemctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.30.2