summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-04-03 22:52:21 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-04-03 22:54:41 +0200
commit085ebc1b222b4fc7329a03c8459fe5fb1844c802 (patch)
tree3382fe5638b956612d961a2694c3b5309c97a594 /shell-completion
parent60a0d61e7de8f1a87396fecc01e3cd0b2c6f8ae4 (diff)
bash completion: Add -r/--recursive to systemctl
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/systemctl2
1 files changed, 1 insertions, 1 deletions
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'
)