diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-13 17:25:31 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-12-13 17:25:31 +0100 |
commit | 8ed22786aaca0e28da8af66ccc2aaafe6071bf68 (patch) | |
tree | a0bbf2020fd90ba6558014380a5f103fea9c6039 /shell-completion | |
parent | NEWS: typos and wording adjustments (diff) | |
download | systemd-8ed22786aaca0e28da8af66ccc2aaafe6071bf68.tar.xz systemd-8ed22786aaca0e28da8af66ccc2aaafe6071bf68.zip |
bash-completion: bootctl: add one missing option
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/bootctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/bootctl b/shell-completion/bash/bootctl index e24d113219..f45e3e2a97 100644 --- a/shell-completion/bash/bootctl +++ b/shell-completion/bash/bootctl @@ -28,7 +28,7 @@ _bootctl() { local i verb comps local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} local -A OPTS=( - [STANDALONE]='-h --help --no-variables -p --print-path --version' + [STANDALONE]='-h --help --no-variables -p --print-path --version --no-pager' [ARG]='--path' ) |