diff cutils/genpwd.py @ 247:435687f4e071

genpwd: FIX: Help message for the default
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 08 Feb 2025 11:44:58 +0100
parents c29266444003
children 4796e5da04ee
line wrap: on
line diff
--- a/cutils/genpwd.py	Sat Feb 08 11:43:33 2025 +0100
+++ b/cutils/genpwd.py	Sat Feb 08 11:44:58 2025 +0100
@@ -90,7 +90,7 @@
 Select from a character repertoire.
 All repertoires that start with "bin-" just encode the output of
 "os.urandom()" with the selected encoder.
-Default: web-safe2
+Default: safe-ascii
 """)
     aparser.add_argument(
         "req_length", metavar="OUTPUT-LENGTH", type=int,