diff options
author | Pavol Rusnak | 2019-12-27 22:27:57 +0100 |
---|---|---|
committer | rfjakob | 2019-12-28 19:50:49 +0100 |
commit | 1364b44ae356da31e24e5605fe73a307e9d6fb03 (patch) | |
tree | 22042a87f6a24f6768b3c6cd0ea319db26124d63 /Documentation | |
parent | 7dda2363e1f8d30d5ebce5b6279452a2cf1bb77a (diff) |
remove Trezor support
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/MANPAGE.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 55939f4..ffbb43f 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -405,16 +405,6 @@ 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". |