X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/e51127d5563060b2bcf586a4a9ed0080954a59cf..1519ef6617fd7351bd40026b9eeb47c7f7f42234:/progs/mkphrase.1 diff --git a/progs/mkphrase.1 b/progs/mkphrase.1 index a40b18d4..e98a178b 100644 --- a/progs/mkphrase.1 +++ b/progs/mkphrase.1 @@ -33,7 +33,7 @@ mkphrase \- generate passphrases with guaranteed minimum entropy .SH SYNOPSIS .B mkphrase -.RB [ \-p ] +.RB [ \-Ap ] .RB [ \-b .IR bits ] .RB [ \-g @@ -56,7 +56,9 @@ something like .BR /usr/share/dict/words , though you can use anything you want. Wordlist files are expected to contain whitespace-separated words. Letters are smashed to lowercase; -apostrophes are retained; other funny characters are ignored. +apostrophes are retained (unless the +.B \-A +option is set); other funny characters are dropped. .PP Options provided are: .TP @@ -75,6 +77,9 @@ Write a really brief usage summary for .B mkphrase to standard output and exit. .TP +.BI "\-A, \-\-no-apostrophe" +Don't treat apostrophe as a word character. +.TP .BI "\-b, \-\-bits=" bits Set the minimum entropy for acceptable phrases. The default is 128 bits. This might increase in future.