diff options
| author | Jakob Unterwurzacher | 2016-11-01 18:53:42 +0100 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2016-11-01 18:53:42 +0100 | 
| commit | d6678f73b41cef1f242ddd018c5c0c643b4595c3 (patch) | |
| tree | ee80099aaf15e3eefcf9e10df3920cd19d703110 | |
| parent | 2b991c9743caa5edf38fbcdadb129ca61ffa702f (diff) | |
MANPAGE: document -raw64
| -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". | 
