Minor fix in printing version info
This commit is contained in:
parent
e7774a5e5a
commit
04692be42d
@ -24,7 +24,7 @@ def main():
|
|||||||
)
|
)
|
||||||
parser.add_argument("-V", "--version",
|
parser.add_argument("-V", "--version",
|
||||||
action="version",
|
action="version",
|
||||||
version=f"%(prog)s {version}")
|
version=f"%(prog)s v{version}")
|
||||||
parser.add_argument("-v", "--verbose",
|
parser.add_argument("-v", "--verbose",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
default=False,
|
default=False,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user