From: Rasmus Villemoes Date: Wed, 8 May 2024 12:18:26 +0000 (+0200) Subject: flock: bash-completion: add --fcntl X-Git-Tag: v2.42-start~352^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b43db46912f4e8218ca4e1bafc06f45e157f69ae;p=thirdparty%2Futil-linux.git flock: bash-completion: add --fcntl --- diff --git a/bash-completion/flock b/bash-completion/flock index cb68245c8..5312167e0 100644 --- a/bash-completion/flock +++ b/bash-completion/flock @@ -33,6 +33,7 @@ _flock_module() --close --command --no-fork + --fcntl --help --version" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )