From 1464f9d1668b9b9aa34c239eb4570c2426f95dd9 Mon Sep 17 00:00:00 2001 From: Paul Pazderski Date: Thu, 28 Nov 2024 17:42:52 +0100 Subject: manpage: fix typo in -passfile example --- Documentation/MANPAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index 1d3ab6c..c7a1c03 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -580,7 +580,7 @@ files. They are concatenated for the effective password. Example: echo hello > hello.txt - echo word > world.txt + echo world > world.txt gocryptfs -passfile hello.txt -passfile world.txt The effective password will be "helloworld". -- cgit v1.2.3