From: Yu Watanabe Date: Thu, 13 Dec 2018 16:25:31 +0000 (+0900) Subject: bash-completion: bootctl: add one missing option X-Git-Tag: v240~66^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed22786aaca0e28da8af66ccc2aaafe6071bf68;p=thirdparty%2Fsystemd.git bash-completion: bootctl: add one missing option --- diff --git a/shell-completion/bash/bootctl b/shell-completion/bash/bootctl index e24d1132199..f45e3e2a973 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' )