added usage of reverse mode to README

This commit is contained in:
Kenneth Newwood 2018-01-27 21:59:05 +01:00 committed by Jakob Unterwurzacher
parent f3838c09d8
commit 8afcb43b83
1 changed files with 7 additions and 0 deletions

View File

@ -89,6 +89,13 @@ See the [Quickstart](https://nuetzlich.net/gocryptfs/quickstart/) page for more
The [MANPAGE.md](Documentation/MANPAGE.md) describes all available command-line options.
Use: Reverse Mode
-----------------
$ mkdir cipher plain
$ ./gocryptfs -reverse -init plain
$ ./gocryptfs -reverse plain cipher
Graphical Interface
-------------------