Skip to content

Commit

Permalink
Merge pull request #45 from aaronhmiller/patch_version
Browse files Browse the repository at this point in the history
Patch version output
  • Loading branch information
KissPeter committed Sep 22, 2021
2 parents 043ccd2 + b8c6219 commit c0cd93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APIFuzzer
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if __name__ == '__main__':
'{"Auth2": "asd"}]\'',
dest='headers',
default=None)
parser.add_argument('-v ,--version',
parser.add_argument('-v', '--version',
action='version',
version=get_version())
args = parser.parse_args()
Expand Down

0 comments on commit c0cd93b

Please sign in to comment.