Fix --min and --max description in man page
authorJames Cameron <redacted>
Mon, 2 Dec 2019 05:33:50 +0000 (16:33 +1100)
committerJames Cameron <redacted>
Mon, 2 Dec 2019 05:33:50 +0000 (16:33 +1100)
Both options said to specify number of words, but they actually specify
number of letters.

Signed-off-by: James Cameron <redacted>
xkcdpass.1

index 450df1994f26a407d5159ead695b201664a91d82..91f777fdc03459daf94940146f1660f934c96c5e 100644 (file)
@@ -64,14 +64,14 @@ eff-short, eff-special, legacy
 \f[B]\-\-min\f[] MIN_LENGTH
 .RS
 .PP
-Generate passphrases containing at least MIN_LENGTH words.
+Generate passphrases containing at least MIN_LENGTH letters.
 (Default: 5)
 .RE
 .PP
 \f[B]\-\-max\f[] MAX_LENGTH
 .RS
 .PP
-Generate passphrases containing at most MAX_LENGTH words.
+Generate passphrases containing at most MAX_LENGTH letters.
 (Default: 9)
 .RE
 .PP
git clone https://git.99rst.org/PROJECT