]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (mkfs.cramfs) add missing long options
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 17:14:24 +0000 (13:14 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 17:14:24 +0000 (13:14 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/mkfs.cramfs

index b7e92fce74c9c3c8dba93c7f02289ebcd2380766..61a65b37f5f8a447225774a74fcadacd950bb5c3 100644 (file)
@@ -31,7 +31,7 @@ _mkfs.cramfs_module()
        esac
        case $cur in
                -*)
-                       OPTS="-h -v -E -b -e -N -i -n -p -s -z"
+                       OPTS="-h -v -E -b -e -N -i -n -p -s -z --help --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0
                        ;;