diff options
| author | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-11-23 22:31:00 -0500 |
|---|---|---|
| committer | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-11-23 22:31:00 -0500 |
| commit | 1a005e379d31eb36654bf23784f94e872fdb5b44 (patch) | |
| tree | 8a8ea9379252042af1c7a9f618d8928b967a46f0 | |
| parent | 14c1a16a1d85ec925e80970f7114d63b5fe0f1a9 (diff) | |
| download | util-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/flock | 4 |
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" |
