aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/MANPAGE.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md
index 2e440b2..3677b76 100644
--- a/Documentation/MANPAGE.md
+++ b/Documentation/MANPAGE.md
@@ -99,3 +99,14 @@ mounting but makes the password susceptible to brute-force attacks (default 16)
: Use all-zero dummy master key. This options is only intended for
automated testing as it does not provide any security.
+
+EXAMPLES
+========
+
+Create and mount an encrypted filesystem:
+
+mkdir /tmp/g1 /tmp/g2
+
+gocryptfs -init /tmp/g1
+gocryptfs /tmp/g1 /tmp/g2
+