diff options
author | invis-z | 2024-05-09 03:18:01 +0000 |
---|---|---|
committer | rfjakob | 2024-05-12 19:46:05 +0200 |
commit | f7979602f6dea0238f54e8469666ec109024b404 (patch) | |
tree | df79380fc98d987d9fde1fdf73c2680fc491bf9c | |
parent | a38507978442f28ace42ec0003c4a2bf61cb4a91 (diff) |
Fix documentation error
Fix error in the examples for `-fido2-assert-option`
-rw-r--r-- | Documentation/MANPAGE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 44b2f93..5b3508f 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -499,7 +499,7 @@ Creating a filesystem with no pin verification: gocryptfs -init -fido2 DEVICE_PATH -fido2-assert-option pin=false CIPHERDIR -Creating a filesystem with both user presence and pin verification: +Creating a filesystem with both user verification and pin verification: gocryptfs -init -fido2 DEVICE_PATH -fido2-assert-option uv=true -fido2-assert-option pin=true CIPHERDIR |