summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorOscar2020-04-04 15:29:42 -0700
committerrfjakob2020-04-07 22:04:40 +0200
commit75f16771ff3380e930f0f569dcecbfd60863b8d0 (patch)
tree3bbc44af6e83b3a1df140c068338ae1168fae659 /Documentation
parent256851899269b779e216d8fd1d0534224d87895e (diff)
Update manpage examples
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/MANPAGE.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md
index ffbb43f..e5a70b8 100644
--- a/Documentation/MANPAGE.md
+++ b/Documentation/MANPAGE.md
@@ -488,14 +488,13 @@ In short:
EXAMPLES
========
-Create an encrypted filesystem in directory "g1", mount it on "g2",
-look at the contents, and umount again:
+Create an encrypted filesystem in directory "mydir.crypt", mount it on "mydir":
- mkdir cipher mnt
- gocryptfs -init cipher
- gocryptfs cipher mnt
+ mkdir mydir.crypt mydir
+ gocryptfs -init mydir.crypt
+ gocryptfs mydir.crypt mydir
-Mount an ecrypted view of joe's home directory using reverse mode:
+Mount an encrypted view of joe's home directory using reverse mode:
mkdir /home/joe.crypt
gocryptfs -init -reverse /home/joe