Skip to content

Commit 1464f9d

Browse files
Paul Pazderskirfjakob
authored andcommitted
manpage: fix typo in -passfile example
1 parent 0192dca commit 1464f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/MANPAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ files. They are concatenated for the effective password.
580580
Example:
581581

582582
echo hello > hello.txt
583-
echo word > world.txt
583+
echo world > world.txt
584584
gocryptfs -passfile hello.txt -passfile world.txt
585585

586586
The effective password will be "helloworld".

0 commit comments

Comments
 (0)