summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-02 08:53:14 +0100
committerJakob Unterwurzacher2015-11-02 08:53:14 +0100
commit389977eec426559f4fbc2d097b01bcc68f16145a (patch)
treee4bb4d49c83614349c1dfaddbd569648f2368400
parent5263676cb11fd598f2b448e2e63d9dffc3e71e23 (diff)
Add USAGE.txt
-rw-r--r--USAGE.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/USAGE.txt b/USAGE.txt
new file mode 100644
index 0000000..27c51a4
--- /dev/null
+++ b/USAGE.txt
@@ -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