From 7f5a97e843a47d7eb42bd4b0f4d2c27fbb7f4843 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 7 Jul 2018 23:50:53 +0200 Subject: MANPAGE: add proper description text We only had an "options" section which was mislabeled as "description". Add a proper description text. --- Documentation/MANPAGE.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'Documentation/MANPAGE.md') 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) -- cgit v1.2.3