Mercurial > hgrepos > Python > apps > py-cutils
changeset 236:939a8da6bc92
genpwd: change the current "-e" option to "-E"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 07 Feb 2025 19:41:15 +0100 |
| parents | 11819361ea39 |
| children | d65a4d861dad |
| files | cutils/genpwd.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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(
