diff options
| -rw-r--r-- | bash-completion/flock | 4 |
1 files changed, 3 insertions, 1 deletions
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" |
