diff options
| -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 63e7b6a..7478c76 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -140,6 +140,11 @@ Options:  **-q, -quiet**  :	Quiet - silence informational messages +**-raw64** +:	Use unpadded base64 encoding for file names. This gets rid of the +	trailing "\\=\\=". A filesystem created with this option can only be +	mounted using gocryptfs v1.2 and higher. +  **-reverse**  :	Reverse mode shows a read-only encrypted view of a plaintext  	directory. Implies "-aessiv".  | 
