diff options
author | Jakob Unterwurzacher | 2018-07-07 23:50:53 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-07-07 23:51:16 +0200 |
commit | 7f5a97e843a47d7eb42bd4b0f4d2c27fbb7f4843 (patch) | |
tree | fad946f04f2fad532f0193f2ff9d87a67d0b5e5d | |
parent | 6544328f96ed527f2600f87364032417fbaafa05 (diff) |
MANPAGE: add proper description text
We only had an "options" section which was
mislabeled as "description". Add a proper description text.
-rw-r--r-- | Documentation/MANPAGE.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 4aa9fb9..a9afac0 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -25,6 +25,16 @@ SYNOPSIS DESCRIPTION =========== +gocryptfs is an encrypted overlay filesystem written in Go. +Encrypted files are stored in CIPHERDIR, and a plain-text +view can be presented by mounting the filesystem at MOUNTPOINT. + +gocryptfs was inspired by encfs(1) and strives to fix its +security issues while providing good performance. + +OPTIONS +======= + Available options are listed below. #### -aessiv @@ -387,4 +397,4 @@ other: please check the error message SEE ALSO ======== -mount(2) fuse(8) fallocate(2) +mount(2) fuse(8) fallocate(2) encfs(1) |