mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Add link to repo in --version output
This commit is contained in:
parent
84f775013f
commit
1dd24551a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue