MANPAGE: add proper description text

We only had an "options" section which was
mislabeled as "description". Add a proper description text.
This commit is contained in:
Jakob Unterwurzacher 2018-07-07 23:50:53 +02:00
parent 6544328f96
commit 7f5a97e843
1 changed files with 11 additions and 1 deletions

View File

@ -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)