From 75f16771ff3380e930f0f569dcecbfd60863b8d0 Mon Sep 17 00:00:00 2001 From: Oscar Date: Sat, 4 Apr 2020 15:29:42 -0700 Subject: [PATCH] Update manpage examples --- Documentation/MANPAGE.md | 11 +++++------ 1 file 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