X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..a90d420cbe87490c844ae422c966e746d3134b07:/progs/mkphrase.1 diff --git a/progs/mkphrase.1 b/progs/mkphrase.1 index dd4fd56e..e98a178b 100644 --- a/progs/mkphrase.1 +++ b/progs/mkphrase.1 @@ -33,13 +33,13 @@ mkphrase \- generate passphrases with guaranteed minimum entropy .SH SYNOPSIS .B mkphrase -.RB [ \-p ] +.RB [ \-Ap ] .RB [ \-b .IR bits ] .RB [ \-g .IR generator ] .br - +\h'8n' .RB [ \-n .IR count ] .RB [ \-r @@ -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.