Skip to content

Commit

Permalink
Fix documentation error
Browse files Browse the repository at this point in the history
Fix error in the examples for `-fido2-assert-option`
  • Loading branch information
invis-z authored and rfjakob committed May 12, 2024
1 parent a385079 commit f797960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/MANPAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f797960

Please sign in to comment.