diff options
author | Jakob Unterwurzacher | 2017-02-26 19:30:28 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-02-26 19:30:28 +0100 |
commit | f2920f71e8a4b7eedcd86591cb8d823327a824d5 (patch) | |
tree | c4e1fc4d95b852d4808ed52cc11ed672de95b50d | |
parent | 427c6c17193eda7fec77490175fbf7d8c86c3481 (diff) |
MANPAGE: document error code 12
-rw-r--r-- | Documentation/MANPAGE.md | 7 |
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) |