]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (fsck) add missing long options
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 16:43:29 +0000 (12:43 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 16:43:29 +0000 (12:43 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/fsck

index 8e6942c672e7a4c6704eca5906a71036799006f1..cf8756c5b74d362e533150b97170cd7d2772cb14 100644 (file)
@@ -27,7 +27,7 @@ _fsck_module()
        esac
        case $cur in
                -*)
-                       OPTS="-p -n -y -c -f -v -b -B -j -l -L"
+                       OPTS="-p -n -y -c -f -v -b -B -j -l -L --help --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0
                        ;;