Skip to content

Commit

Permalink
Used pascal_case in metavars of argparser
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerpe committed Jun 19, 2024
1 parent 8275def commit 2312103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyPolarionCli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def add_parser() -> argparse.ArgumentParser:
parser.add_argument('-s',
'--server',
type=str,
metavar='<server URL>',
metavar='<server_url>',
help="The Polarion server URL to connect to.")

parser.add_argument("--version",
Expand Down

0 comments on commit 2312103

Please sign in to comment.