From f2920f71e8a4b7eedcd86591cb8d823327a824d5 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 26 Feb 2017 19:30:28 +0100 Subject: [PATCH] MANPAGE: document error code 12 --- Documentation/MANPAGE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index fa275f6..1a4df6a 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -220,6 +220,13 @@ Mount an ecrypted view of joe's home directory using reverse mode: gocryptfs -init -reverse /home/joe gocryptfs -reverse /home/joe /home/joe.crypt +EXIT CODES +========== + +0: success +12: password incorrect +other: please check the error message + SEE ALSO ======== fuse(8) fallocate(2)