# HG changeset patch # User Franz Glasner # Date 1738953675 -3600 # Node ID 939a8da6bc92ff3fc822f87ae1d37abe3c4911a9 # Parent 11819361ea3945f82472b1586d55cced2827ed35 genpwd: change the current "-e" option to "-E" diff -r 11819361ea39 -r 939a8da6bc92 cutils/genpwd.py --- a/cutils/genpwd.py Fri Feb 07 19:32:45 2025 +0100 +++ b/cutils/genpwd.py Fri Feb 07 19:41:15 2025 +0100 @@ -44,7 +44,7 @@ "--version", "-v", action="version", version="%s (rv:%s)" % (__version__, __revision__)) aparser.add_argument( - "-e", dest="use_bin_length", action="store_true", + "-E", dest="use_bin_length", action="store_true", help="For some repertoires make OUTPUT-LENGTH the number of bytes" " that is to be read from random sources instead of output bytes") aparser.add_argument(