diff options
author | Jan Synacek <jan.synacek@gmail.com> | 2017-01-25 13:44:04 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-01-25 07:44:04 -0500 |
commit | 0067c7b29ab996bf99cf1bafe63c118b9b6d5b56 (patch) | |
tree | 60dfad9d86f1dd5d8d62e8b4b4d88933fbe00742 /shell-completion | |
parent | 9b531f04fb16e072100b10b93613abe846140305 (diff) |
bash-completion: add support for --now (#5155)
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/systemctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemctl.in b/shell-completion/bash/systemctl.in index 34589e2888..7765010869 100644 --- a/shell-completion/bash/systemctl.in +++ b/shell-completion/bash/systemctl.in @@ -124,7 +124,7 @@ _systemctl () { local -A OPTS=( [STANDALONE]='--all -a --reverse --after --before --defaults --force -f --full -l --global - --help -h --no-ask-password --no-block --no-legend --no-pager --no-reload --no-wall + --help -h --no-ask-password --no-block --no-legend --no-pager --no-reload --no-wall --now --quiet -q --privileged -P --system --user --version --runtime --recursive -r --firmware-setup --show-types -i --ignore-inhibitors --plain' [ARG]='--host -H --kill-who --property -p --signal -s --type -t --state --job-mode --root |