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

index a4de186f3889676f5afb2394877c1ed6973098cd..e9f9a8519233f84f29ba916f35237f3ee4d4b5a6 100644 (file)
@@ -36,6 +36,7 @@ _flock_module()
                                --fcntl
                                --start
                                --length
+                               --verbose
                                --help
                                --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )