]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
flock: bash-completion: add --fcntl
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 8 May 2024 12:18:26 +0000 (14:18 +0200)
committerRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 8 May 2024 12:31:37 +0000 (14:31 +0200)
bash-completion/flock

index cb68245c8967ce9f4c98a86bf4e619a5e92364e1..5312167e06c791cf4e649e63f3cb4b8174db6cb9 100644 (file)
@@ -33,6 +33,7 @@ _flock_module()
                                --close
                                --command
                                --no-fork
+                               --fcntl
                                --help
                                --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )