summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-12-14 01:25:31 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-14 01:25:31 +0900
commit8ed22786aaca0e28da8af66ccc2aaafe6071bf68 (patch)
treea0bbf2020fd90ba6558014380a5f103fea9c6039 /shell-completion
parent421e3b45f03dd6b7f8dd99258dda44428b384889 (diff)
downloadsystemd-8ed22786aaca0e28da8af66ccc2aaafe6071bf68.tar.gz
bash-completion: bootctl: add one missing option
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/bootctl2
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'
)