]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
style: shfmt post reformat
authorHarald Hoyer <harald@redhat.com>
Thu, 25 Feb 2021 08:46:32 +0000 (09:46 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Sat, 13 Mar 2021 19:10:43 +0000 (20:10 +0100)
dracut-bash-completion.sh

index 18d4269bc8cd6b8751923db243002bf65fd607b0..286fd1ceaeb8348690156035d0eda92845e1638d 100644 (file)
@@ -26,20 +26,20 @@ _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
-                              --ro-mnt --force --kernel-only --no-kernel --strip --nostrip
-                              --hardlink --nohardlink --noprefix --mdadmconf --nomdadmconf
-                              --lvmconf --nolvmconf --debug --profile --verbose --quiet
-                              --local --hostonly --no-hostonly --fstab --help --bzip2 --lzma
-                              --xz --zstd --no-compress --gzip --list-modules --show-modules --keep
-                              --printsize --regenerate-all --noimageifnotneeded --early-microcode
-                              --no-early-microcode --print-cmdline --reproducible --uefi'
+            --ro-mnt --force --kernel-only --no-kernel --strip --nostrip
+            --hardlink --nohardlink --noprefix --mdadmconf --nomdadmconf
+            --lvmconf --nolvmconf --debug --profile --verbose --quiet
+            --local --hostonly --no-hostonly --fstab --help --bzip2 --lzma
+            --xz --zstd --no-compress --gzip --list-modules --show-modules --keep
+            --printsize --regenerate-all --noimageifnotneeded --early-microcode
+            --no-early-microcode --print-cmdline --reproducible --uefi'
         [ARG]='-a -m -o -d -I -k -c -L --kver --add --force-add --add-drivers
-                              --omit-drivers --modules --omit --drivers --filesystems --install
-                              --fwdir --libdirs --fscks --add-fstab --mount --device --nofscks
-                              --kmoddir --conf --confdir --tmpdir --stdlog --compress --prefix
-                              --kernel-cmdline --sshkey --persistent-policy --install-optional
-                              --loginstall --uefi-stub --kernel-image
-                              '
+            --omit-drivers --modules --omit --drivers --filesystems --install
+            --fwdir --libdirs --fscks --add-fstab --mount --device --nofscks
+            --kmoddir --conf --confdir --tmpdir --stdlog --compress --prefix
+            --kernel-cmdline --sshkey --persistent-policy --install-optional
+            --loginstall --uefi-stub --kernel-image
+            '
     )
 
     # shellcheck disable=SC2086