From de200aad72f8718041f345b68c3c77332f995861 Mon Sep 17 00:00:00 2001
From: Jakob Unterwurzacher
Date: Thu, 26 Jan 2017 22:13:57 +0100
Subject: main: add "-fsname" option

As requested in https://github.com/rfjakob/gocryptfs/issues/73 .
---
 Documentation/MANPAGE.md | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'Documentation')

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
 
-- 
cgit v1.2.3