changeset 252:0a2a162c5ad7

genpwd: Wording in help and docs
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 08 Feb 2025 13:42:16 +0100
parents 14bb7423445d
children 4314ee20927a
files cutils/genpwd.py
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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",