From: Christian Goeschel Ndjomouo Date: Mon, 24 Nov 2025 03:31:00 +0000 (-0500) Subject: bash-completion: (flock) add missing long options X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a005e379d31eb36654bf23784f94e872fdb5b44;p=thirdparty%2Futil-linux.git bash-completion: (flock) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- 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"