aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2024-05-08 14:18:26 +0200
committerRasmus Villemoes <rasmus.villemoes@prevas.dk>2024-05-08 14:31:37 +0200
commitb43db46912f4e8218ca4e1bafc06f45e157f69ae (patch)
tree5eb5b79b151c1f6820e1f0b3eb1b790cf4f90628 /bash-completion
parentb2c3700e36c490fd7ec74b532a6dcdf2fc8e66d3 (diff)
downloadutil-linux-b43db46912f4e8218ca4e1bafc06f45e157f69ae.tar.gz
flock: bash-completion: add --fcntl
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/flock1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/flock b/bash-completion/flock
index cb68245c89..5312167e06 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) )