Skip to content

Commit 527b362

Browse files
committed
f make --version2 arg default true
1 parent 42d330d commit 527b362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/py_vapid/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ def main():
2626
parser.add_argument('--gen', '-g', help='generate new key pairs',
2727
default=False, action="store_true")
2828
parser.add_argument('--version2', '-2', help="use RFC8292 VAPID spec",
29-
default=False, action="store_true")
30-
parser.add_argument('--version1', '-1', help="use VAPID spec Draft-01",
3129
default=True, action="store_true")
30+
parser.add_argument('--version1', '-1', help="use VAPID spec Draft-01",
31+
default=False, action="store_true")
3232
parser.add_argument('--json', help="dump as json",
3333
default=False, action="store_true")
3434
parser.add_argument('--applicationServerKey',

0 commit comments

Comments
 (0)