diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2015-09-13 18:46:31 +0100 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2015-09-13 18:46:31 +0100 |
commit | 938fca9e085b5cced50800abba06b5300df5ac4c (patch) | |
tree | de909073f5d826524bdceb728a5913c4a5a612d2 /src/bindfs.1 | |
parent | c2a1a6a6215b370b76a41fcc388c9240571ddc0c (diff) | |
parent | db20a1bfae369f619f9ee2afcafffb27b9897fa4 (diff) | |
download | bindfs-938fca9e085b5cced50800abba06b5300df5ac4c.tar.gz |
Merge remote-tracking branch 'hstern/resolve-symlinks'
Diffstat (limited to 'src/bindfs.1')
-rw-r--r-- | src/bindfs.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index 1f90240..55fc349 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -263,6 +263,11 @@ The underlying file's ctime will still be updated normally. Shows the hard link count of all files as 1. .TP +.B \-\-resolve\-symlinks, \-o resolve-symlinks +Transparently resolves symbolic links. Disables creation of new symbolic +links. + +.TP .B \-\-multithreaded, \-o multithreaded Run bindfs in multithreaded mode. While bindfs is designed to be otherwise thread-safe, there is currently a race condition that may pose |