[systemd-commits] shell-completion/bash

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Thu Apr 3 13:55:00 PDT 2014


 shell-completion/bash/systemctl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 085ebc1b222b4fc7329a03c8459fe5fb1844c802
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Thu Apr 3 22:52:21 2014 +0200

    bash completion: Add -r/--recursive to systemctl

diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl
index 0dfc868..992e52d 100644
--- a/shell-completion/bash/systemctl
+++ b/shell-completion/bash/systemctl
@@ -73,7 +73,7 @@ _systemctl () {
         local -A OPTS=(
                [STANDALONE]='--all -a --reverse --after --before --defaults --fail --ignore-dependencies --failed --force -f --full -l --global
                              --help -h --no-ask-password --no-block --no-legend --no-pager --no-reload --no-wall
-                             --quiet -q --privileged -P --system --user --version --runtime'
+                             --quiet -q --privileged -P --system --user --version --runtime --recursive -r'
                       [ARG]='--host -H --kill-who --property -p --signal -s --type -t --state --root'
         )
 



More information about the systemd-commits mailing list