# HG changeset patch # User Franz Glasner # Date 1739018536 -3600 # Node ID 0a2a162c5ad78195d683c2194b933f271b6fa14e # Parent 14bb7423445dad38a170c6c116d64b557f2ac4b2 genpwd: Wording in help and docs diff -r 14bb7423445d -r 0a2a162c5ad7 cutils/genpwd.py --- a/cutils/genpwd.py Sat Feb 08 13:38:33 2025 +0100 +++ b/cutils/genpwd.py Sat Feb 08 13:42:16 2025 +0100 @@ -4,7 +4,8 @@ # :Copyright: (c) 2025 Franz Glasner # :License: BSD-3-Clause # :- -r"""Generate random passwords. +r"""A simple password generator to generate random passwords from selected +character repertoires. Use :command:`genpwd.py --help' for a detailed help message. @@ -61,8 +62,8 @@ def main(argv=None): aparser = argparse.ArgumentParser( - description="A simple password generator for password of a given" - " length within a character repertoire", + description="A simple password generator for passwords with a given" + " length within a selected character repertoire", fromfile_prefix_chars='@') aparser.add_argument( "--version", "-v", action="version",