]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/flock
rev: be careful with close()
[thirdparty/util-linux.git] / bash-completion / flock
index 8e7f8b8592dae8f045619419422ff47ecfcd0b51..cb68245c8967ce9f4c98a86bf4e619a5e92364e1 100644 (file)
@@ -32,6 +32,7 @@ _flock_module()
                                --conflict-exit-code
                                --close
                                --command
+                               --no-fork
                                --help
                                --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )