Add EXAMPLES to manpage
This commit is contained in:
parent
6443691c7e
commit
6a9da0db10
@ -99,3 +99,14 @@ mounting but makes the password susceptible to brute-force attacks (default 16)
|
||||
: Use all-zero dummy master key. This options is only intended for
|
||||
automated testing as it does not provide any security.
|
||||
|
||||
|
||||
EXAMPLES
|
||||
========
|
||||
|
||||
Create and mount an encrypted filesystem:
|
||||
|
||||
mkdir /tmp/g1 /tmp/g2
|
||||
|
||||
gocryptfs -init /tmp/g1
|
||||
gocryptfs /tmp/g1 /tmp/g2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user