From: Thomas Hindoe Paaboel Andersen Date: Thu, 3 Apr 2014 20:52:21 +0000 (+0200) Subject: bash completion: Add -r/--recursive to systemctl X-Git-Tag: v213~481 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=085ebc1b222b4fc7329a03c8459fe5fb1844c802;ds=sidebyside bash completion: Add -r/--recursive to systemctl --- diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl index 0dfc868b4..992e52dbb 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' )