]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (flock) add missing long options
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 24 Nov 2025 03:31:00 +0000 (22:31 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 24 Nov 2025 03:31:00 +0000 (22:31 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/flock

index e9f9a8519233f84f29ba916f35237f3ee4d4b5a6..ce5049b7bca3119a63cdaf5fce9acf00e691f3d1 100644 (file)
@@ -27,7 +27,8 @@ _flock_module()
                        OPTS="--shared
                                --exclusive
                                --unlock
-                               --nonblock
+                               --nb
+                               --nonblocking
                                --timeout
                                --conflict-exit-code
                                --close
@@ -36,6 +37,7 @@ _flock_module()
                                --fcntl
                                --start
                                --length
+                               --wait
                                --verbose
                                --help
                                --version"