mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
bash-completion: bootctl: add one missing option
This commit is contained in:
parent
421e3b45f0
commit
8ed22786aa
@ -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'
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user