aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>2025-11-23 22:31:00 -0500
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>2025-11-23 22:31:00 -0500
commit1a005e379d31eb36654bf23784f94e872fdb5b44 (patch)
tree8a8ea9379252042af1c7a9f618d8928b967a46f0
parent14c1a16a1d85ec925e80970f7114d63b5fe0f1a9 (diff)
downloadutil-linux-1a005e379d31eb36654bf23784f94e872fdb5b44.tar.gz
bash-completion: (flock) add missing long options
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
-rw-r--r--bash-completion/flock4
1 files changed, 3 insertions, 1 deletions
diff --git a/bash-completion/flock b/bash-completion/flock
index e9f9a85192..ce5049b7bc 100644
--- a/bash-completion/flock
+++ b/bash-completion/flock
@@ -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"