Skip to content

Commit

Permalink
fix(shell-completion): add missing -p and --parallel options
Browse files Browse the repository at this point in the history
  • Loading branch information
aafeijoo-suse authored and johannbg committed Aug 26, 2022
1 parent 78cafe4 commit b30a00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell-completion/bash/dracut
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ __contains_word() {
_dracut() {
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD - 1]}
local -A OPTS=(
[STANDALONE]='-f -v -q -l -H -h -M -N
[STANDALONE]='-f -v -q -l -H -h -M -N -p
--ro-mnt --force --kernel-only --no-kernel --strip --nostrip
--hardlink --nohardlink --noprefix --mdadmconf --nomdadmconf
--lvmconf --nolvmconf --debug --profile --verbose --quiet
Expand All @@ -36,7 +36,7 @@ _dracut() {
--enhanced-cpio --rebuild --aggressive-strip --hostonly-cmdline
--no-hostonly-cmdline --no-hostonly-default-device --nofscks
--hostonly-i18n --no-hostonly-i18n --lzo --lz4 --no-reproducible
--no-uefi --no-machineid --version
--no-uefi --no-machineid --version --parallel
'
[ARG]='-a -m -o -d -I -k -c -L -r -i
--kver --add --force-add --add-drivers --force-drivers
Expand Down

0 comments on commit b30a00c

Please sign in to comment.