summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-02-26 19:30:28 +0100
committerJakob Unterwurzacher2017-02-26 19:30:28 +0100
commitf2920f71e8a4b7eedcd86591cb8d823327a824d5 (patch)
treec4e1fc4d95b852d4808ed52cc11ed672de95b50d /Documentation
parent427c6c17193eda7fec77490175fbf7d8c86c3481 (diff)
MANPAGE: document error code 12
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/MANPAGE.md7
1 files changed, 7 insertions, 0 deletions
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)