mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Add link to repo in --version output
This commit is contained in:
parent
84f775013f
commit
1dd24551a5
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user