From: James Cameron Date: Mon, 2 Dec 2019 05:33:50 +0000 (+1100) Subject: Fix --min and --max description in man page X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=07c0b7a01279ccc01b41459a6a9e9f29f81d219f;p=redacted-XKCD-password-generator.git Fix --min and --max description in man page Both options said to specify number of words, but they actually specify number of letters. Signed-off-by: James Cameron --- diff --git a/xkcdpass.1 b/xkcdpass.1 index 450df19..91f777f 100644 --- a/xkcdpass.1 +++ b/xkcdpass.1 @@ -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