fixed help message wording
authorQ <redacted>
Sun, 18 Apr 2021 10:51:26 +0000 (20:51 +1000)
committerQ <redacted>
Sun, 18 Apr 2021 10:51:26 +0000 (20:51 +1000)
xkcdpass/xkcd_password.py

index 3a084643bd4686860378f9e2ca171aa8bdb0d597..3a745f823dfbc23439618505503512d039df12d5 100755 (executable)
@@ -418,11 +418,11 @@ class XkcdPassArgumentParser(argparse.ArgumentParser):
         self.add_argument(
             "--min",
             dest="min_length", type=int, default=5, metavar="MIN_LENGTH",
-            help="Generate passphrases containing at least MIN_LENGTH words.")
+            help="Generate passphrases containing words with at least MIN_LENGTH characters.")
         self.add_argument(
             "--max",
             dest="max_length", type=int, default=9, metavar="MAX_LENGTH",
-            help="Generate passphrases containing at most MAX_LENGTH words.")
+            help="Generate passphrases containing words with at most MAX_LENGTH characters.")
         exclusive_group.add_argument(
             "-n", "--numwords",
             dest="numwords", type=int, default=6, metavar="NUM_WORDS",
git clone https://git.99rst.org/PROJECT