Changed version flag to use long option.

This commit is contained in:
Paul Gauthier 2023-06-17 07:06:33 -07:00
parent d8938ee033
commit 8fc4f32117

View file

@ -38,7 +38,7 @@ def main(args=None, input=None, output=None):
)
parser.add_argument(
"-v", "--version", action="version", version=f"%(prog)s {__version__}", help="Show the version number and exit"
"--version", action="version", version=f"%(prog)s {__version__}", help="Show the version number and exit"
)
parser.add_argument(