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

index b7efc767f4a181556b524366857fb5d514cee2d8..3d4b492392b022155cbc375adf911515b1748ab8 100644 (file)
@@ -19,7 +19,7 @@ _mkfs.bfs_module()
        esac
        case $cur in
                -*)
-                       OPTS='--inodes --vname --fname --verbose --help --version'
+                       OPTS='--inodes --vname --fname --lock --verbose --help --version'
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0
                        ;;