diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-04-03 22:52:21 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-04-03 22:54:41 +0200 |
commit | 085ebc1b222b4fc7329a03c8459fe5fb1844c802 (patch) | |
tree | 3382fe5638b956612d961a2694c3b5309c97a594 /shell-completion | |
parent | 60a0d61e7de8f1a87396fecc01e3cd0b2c6f8ae4 (diff) |
bash completion: Add -r/--recursive to systemctl
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/systemctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl index 0dfc868b4f..992e52dbb0 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' ) |