Mercurial > hgrepos > Python > apps > py-cutils
diff cutils/genpwd.py @ 237:d65a4d861dad
Enhance help message
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 08 Feb 2025 08:53:18 +0100 |
| parents | 939a8da6bc92 |
| children | ff13b2a863ba |
line wrap: on
line diff
--- a/cutils/genpwd.py Fri Feb 07 19:41:15 2025 +0100 +++ b/cutils/genpwd.py Sat Feb 08 08:53:18 2025 +0100 @@ -55,7 +55,7 @@ help="Select the character repertoire. Default: web-safe2") aparser.add_argument( "req_length", metavar="OUTPUT-LENGTH", type=int, - help="The required length of the generated password") + help="The required length of the generated output") opts = aparser.parse_args(args=argv)
