diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2021-01-24 09:34:19 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2021-01-24 09:35:41 +0200 |
commit | 1aec434177a70c65d5449455eaedcad8a3a96eaf (patch) | |
tree | 68ec498d633b3d973480c08212c05977ad80ac67 /src/bindfs.1 | |
parent | 87f17506747d84bc2caeebb6184a75bcc3016fa0 (diff) | |
download | bindfs-1aec434177a70c65d5449455eaedcad8a3a96eaf.tar.gz |
Added support for `-o fsname`
For #94
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 c1450f2..b681e44 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -414,6 +414,11 @@ more efficent mount with \fBmount \-\-bind\fP and then \fBmount \-o remount,ro\f Enable debug output (implies \-f). .TP +.B \-o fsname=\fIname\fP +Sets the source directory name in /proc/mounts (returned by \fBmount\fP). +This is automatically set as long as the source path has no special characters. + +.TP .B \-f Foreground operation. |