bash-completion: bootctl: add one missing option

This commit is contained in:
Yu Watanabe 2018-12-14 01:25:31 +09:00
parent 421e3b45f0
commit 8ed22786aa

View file

@ -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'
)