Mercurial > hgrepos > Python > apps > py-cutils
diff cutils/genpwd.py @ 251:14bb7423445d
genpwd: module description
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 08 Feb 2025 13:38:33 +0100 |
| parents | 48f89d312309 |
| children | 0a2a162c5ad7 |
line wrap: on
line diff
--- a/cutils/genpwd.py Sat Feb 08 13:31:19 2025 +0100 +++ b/cutils/genpwd.py Sat Feb 08 13:38:33 2025 +0100 @@ -4,15 +4,9 @@ # :Copyright: (c) 2025 Franz Glasner # :License: BSD-3-Clause # :- -r"""Generate passwords. - -Usage: genpwd.py [ Options ] required_length +r"""Generate random passwords. -Options: - - --type, -t web, web-safe, web-safe2, base64, base32, ascii85 - -:Author: Franz Glasner +Use :command:`genpwd.py --help' for a detailed help message. """
