Add USAGE.txt

This commit is contained in:
Jakob Unterwurzacher 2015-11-02 08:53:14 +01:00
parent 5263676cb1
commit 389977eec4
1 changed files with 22 additions and 0 deletions

22
USAGE.txt Normal file
View File

@ -0,0 +1,22 @@
Usage: gocryptfs [OPTIONS] CIPHERDIR MOUNTPOINT
Options:
-cpuprofile string
Write cpu profile to specified file
-debug
Enable debug output
-f Stay in the foreground
-fusedebug
Enable fuse library debug output
-init
Initialize encrypted directory
-masterkey string
Mount with explicit master key
-openssl
Use OpenSSL instead of built-in Go crypto (default true)
-passwd
Change password
-version
Print version and exit
-zerokey
Use all-zero dummy master key