diff options
Diffstat (limited to 'shell-completion/bash/bootctl')
-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' ) |