Skip to content

Commit efcbfe0

Browse files
author
v01d
authored
Update main.py (#95)
1 parent 9ba0de7 commit efcbfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/py_vapid/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def main():
3131
default=False, action="store_true")
3232
parser.add_argument('--json', help="dump as json",
3333
default=False, action="store_true")
34-
parser.add_argumet('--no-strict', help='Do not be strict about "sub"',
34+
parser.add_argument('--no-strict', help='Do not be strict about "sub"',
3535
default=False, action="store_true")
3636
parser.add_argument('--applicationServerKey',
3737
help="show applicationServerKey value",

0 commit comments

Comments
 (0)