We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba0de7 commit efcbfe0Copy full SHA for efcbfe0
python/py_vapid/main.py
@@ -31,7 +31,7 @@ def main():
31
default=False, action="store_true")
32
parser.add_argument('--json', help="dump as json",
33
34
- parser.add_argumet('--no-strict', help='Do not be strict about "sub"',
+ parser.add_argument('--no-strict', help='Do not be strict about "sub"',
35
36
parser.add_argument('--applicationServerKey',
37
help="show applicationServerKey value",
0 commit comments