From 8ed22786aaca0e28da8af66ccc2aaafe6071bf68 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 14 Dec 2018 01:25:31 +0900 Subject: [PATCH] bash-completion: bootctl: add one missing option --- shell-completion/bash/bootctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' )