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

index e7a26cd0a7adffdcbea1d3fc475bd274e11bcf20..c43fef82ddb4370536ea25b238c8542b27058b64 100644 (file)
@@ -21,7 +21,7 @@ _mkfs.minix_module()
        esac
        case $cur in
                -*)
-                       OPTS="--namelength --inodes --check --badblocks --help --version -1 -2 -3"
+                       OPTS="--namelength --inodes --check --badblocks --lock --help --version -1 -2 -3"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0
                        ;;