Skip to content

Commit b30a00c

Browse files
aafeijoo-susejohannbg
authored andcommitted
fix(shell-completion): add missing -p and --parallel options
1 parent 78cafe4 commit b30a00c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell-completion/bash/dracut

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ __contains_word() {
2525
_dracut() {
2626
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD - 1]}
2727
local -A OPTS=(
28-
[STANDALONE]='-f -v -q -l -H -h -M -N
28+
[STANDALONE]='-f -v -q -l -H -h -M -N -p
2929
--ro-mnt --force --kernel-only --no-kernel --strip --nostrip
3030
--hardlink --nohardlink --noprefix --mdadmconf --nomdadmconf
3131
--lvmconf --nolvmconf --debug --profile --verbose --quiet
@@ -36,7 +36,7 @@ _dracut() {
3636
--enhanced-cpio --rebuild --aggressive-strip --hostonly-cmdline
3737
--no-hostonly-cmdline --no-hostonly-default-device --nofscks
3838
--hostonly-i18n --no-hostonly-i18n --lzo --lz4 --no-reproducible
39-
--no-uefi --no-machineid --version
39+
--no-uefi --no-machineid --version --parallel
4040
'
4141
[ARG]='-a -m -o -d -I -k -c -L -r -i
4242
--kver --add --force-add --add-drivers --force-drivers

0 commit comments

Comments
 (0)