diff options
| author | Jakob Unterwurzacher | 2017-01-26 22:13:57 +0100 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2017-01-26 22:13:57 +0100 | 
| commit | de200aad72f8718041f345b68c3c77332f995861 (patch) | |
| tree | cdc93580fb1db163ec6eb5dacb5b27d0d540104d /Documentation | |
| parent | 39eca53677abd0c397a884dd29ebc98ddfcbb270 (diff) | |
main: add "-fsname" option
As requested in https://github.com/rfjakob/gocryptfs/issues/73 .
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/MANPAGE.md | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index aa40922..9dd4a12 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -67,6 +67,11 @@ Options:  :	Stay in the foreground instead of forking away. Implies "-nosyslog".  	For compatability, "-f" is also accepted, but "-fg" is preferred. +**-fsname string** +:	Override the filesystem name (first column in df -T). Can also be +	passed as "-o fsname=" and is equivalent to libfuse's option of the +	same name. By default, CIPHERDIR is used. +  **-fusedebug**  :	Enable fuse library debug output | 
