# HG changeset patch # User Franz Glasner # Date 1739011498 -3600 # Node ID 435687f4e0717d73c973da71f2e2ea4be077cacb # Parent c2926644400358b297e0d1eab03f0c36c0de53e6 genpwd: FIX: Help message for the default diff -r c29266444003 -r 435687f4e071 cutils/genpwd.py --- 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,