diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2020-02-12 17:09:22 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2020-02-12 17:09:22 +0200 |
commit | 4b87500fef925e591b08cb8aea6bf0a21b84dd72 (patch) | |
tree | e545cf68f4a4917cf0c2d98d977a616dbb3a6144 /src/bindfs.1 | |
parent | 2c2337b7c9b87744662c4b08d453bf7128444f43 (diff) | |
download | bindfs-4b87500fef925e591b08cb8aea6bf0a21b84dd72.tar.gz |
Added --fuse-version
Diffstat (limited to 'src/bindfs.1')
-rw-r--r-- | src/bindfs.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index 6f24267..90b3d8c 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -302,6 +302,10 @@ Displays a help message and exits. .B \-V, \-\-version Displays version information and exits. +.B \-\-fuse\-version +Displays the version of the FUSE library interface that was seen at compile-time, +as well as the version that bindfs currently runs with. + .TP .B \-\-no\-allow\-other, \-o no\-allow\-other Does not add \fB\-o allow_other\fP to FUSE options. |