Skip to content

Commit

Permalink
Update main.py (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
v01d authored Apr 8, 2021
1 parent 9ba0de7 commit efcbfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/py_vapid/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main():
default=False, action="store_true")
parser.add_argument('--json', help="dump as json",
default=False, action="store_true")
parser.add_argumet('--no-strict', help='Do not be strict about "sub"',
parser.add_argument('--no-strict', help='Do not be strict about "sub"',
default=False, action="store_true")
parser.add_argument('--applicationServerKey',
help="show applicationServerKey value",
Expand Down

0 comments on commit efcbfe0

Please sign in to comment.