aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-08-15 23:34:23 +0200
committerJakob Unterwurzacher2018-08-15 23:34:23 +0200
commit7e111ea94c7779a0abe37dbc46f504757ede88b1 (patch)
tree09abbda4128e68786ed69cb7580ee7e48275e408
parentbd054e70ef1c0f9709b5bc216ba148cf088d7edb (diff)
trezor: document -trezor in man page
Also fix "--", which was shown as just "-" in the man pager.
-rw-r--r--Documentation/MANPAGE.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md
index d7321c2..b6ba8b3 100644
--- a/Documentation/MANPAGE.md
+++ b/Documentation/MANPAGE.md
@@ -354,6 +354,16 @@ You need root permissions to use `-suid`.
#### -trace string
Write execution trace to file. View the trace using "go tool trace FILE".
+#### -trezor
+With `-init`: Protect the masterkey using a SatoshiLabs Trezor instead of a password.
+
+This feature is disabled by default and must be enabled at compile time using:
+
+ ./build.bash -tags enable_trezor
+
+You can determine if your gocryptfs binary has Trezor support enabled checking
+if the `gocryptfs -version` output contains the string `enable_trezor`.
+
#### -version
Print version and exit. The output contains three fields separated by ";".
Example: "gocryptfs v1.1.1-5-g75b776c; go-fuse 6b801d3; 2016-11-01 go1.7.3".
@@ -369,7 +379,7 @@ useful in regression testing.
Use all-zero dummy master key. This options is only intended for
automated testing as it does not provide any security.
-#### --
+#### \-\-
Stop option parsing. Helpful when CIPHERDIR may start with a
dash "-".