From f7979602f6dea0238f54e8469666ec109024b404 Mon Sep 17 00:00:00 2001 From: invis-z Date: Thu, 9 May 2024 03:18:01 +0000 Subject: Fix documentation error Fix error in the examples for `-fido2-assert-option` --- Documentation/MANPAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/MANPAGE.md') 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 -- cgit v1.2.3