# HG changeset patch # User Franz Glasner # Date 1739023772 -3600 # Node ID 4314ee20927a9883ee77ebcd4055bc42e41c6177 # Parent 0a2a162c5ad78195d683c2194b933f271b6fa14e genpwd: more consistency with regard to help messages diff -r 0a2a162c5ad7 -r 4314ee20927a cutils/genpwd.py --- a/cutils/genpwd.py Sat Feb 08 13:42:16 2025 +0100 +++ b/cutils/genpwd.py Sat Feb 08 15:09:32 2025 +0100 @@ -66,7 +66,7 @@ " length within a selected character repertoire", fromfile_prefix_chars='@') aparser.add_argument( - "--version", "-v", action="version", + "-v", "--version", action="version", version="%s (rv:%s)" % (__version__, __revision__)) group = aparser.add_mutually_exclusive_group() group.add_argument(