Add link to repo in --version output

This commit is contained in:
Joscha 2021-05-31 11:44:17 +02:00
parent 84f775013f
commit 1dd24551a5

View File

@ -145,7 +145,7 @@ PARSER.set_defaults(command=None)
PARSER.add_argument( PARSER.add_argument(
"--version", "--version",
action="version", action="version",
version=f"{NAME} {VERSION}", version=f"{NAME} {VERSION} (https://github.com/Garmelon/PFERD)",
) )
PARSER.add_argument( PARSER.add_argument(
"--config", "-c", "--config", "-c",