bash-completion: bootctl: add one missing option
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 13 Dec 2018 16:25:31 +0000 (01:25 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 13 Dec 2018 16:25:31 +0000 (01:25 +0900)
shell-completion/bash/bootctl

index e24d113..f45e3e2 100644 (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'
         )