From 1a005e379d31eb36654bf23784f94e872fdb5b44 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Sun, 23 Nov 2025 22:31:00 -0500 Subject: [PATCH] bash-completion: (flock) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/flock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bash-completion/flock b/bash-completion/flock index e9f9a8519..ce5049b7b 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" -- 2.47.3