From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 17:14:53 +0000 (-0400) Subject: bash-completion: (mkfs.minix) add missing --lock X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fdc77706a249c3247ed91d0469617e2d354e2fd9;p=thirdparty%2Futil-linux.git bash-completion: (mkfs.minix) add missing --lock Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/bash-completion/mkfs.minix b/bash-completion/mkfs.minix index e7a26cd0a..c43fef82d 100644 --- a/bash-completion/mkfs.minix +++ b/bash-completion/mkfs.minix @@ -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 ;;