Skip to content

Commit

Permalink
make version flag lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnebulalol committed Aug 31, 2022
1 parent 2a0085a commit 5c404d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permasigner/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main(argv=None, in_package=None) -> None:
help="path to entitlements file")
parser.add_argument('-z', '--no-ldid-check', action='store_true',
help="disable ldid hash checking")
parser.add_argument('-V', '--version', action='version', version=f'Permasigner v{utils.get_version()}',
parser.add_argument('-v', '--version', action='version', version=f'Permasigner v{utils.get_version()}',
help='show current version and exit')
args = parser.parse_args()

Expand Down

0 comments on commit 5c404d9

Please sign in to comment.