aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPaul Pazderski2024-11-28 17:42:52 +0100
committerrfjakob2024-12-30 11:47:08 +0100
commit1464f9d1668b9b9aa34c239eb4570c2426f95dd9 (patch)
treef84626d57e2c4a7f6e75ae46a7405a5bee838cbc /Documentation
parent0192dcad72cfb7bc3edc2ea107e31f7191f62ff0 (diff)
manpage: fix typo in -passfile exampleHEADmaster
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/MANPAGE.md2
1 files changed, 1 insertions, 1 deletions
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".