File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ bin/python setup.py install
64
64
Run by itself, ` bin/vapid ` will check and optionally create the
65
65
public_key.pem and private_key.pem files.
66
66
67
- ` bin/vapid -gen ` can be used to generate a new set of public and
67
+ ` bin/vapid -- gen ` can be used to generate a new set of public and
68
68
private key PEM files. These will overwrite the contents of
69
69
` private_key.pem ` and ` public_key.pem ` .
70
70
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ App Usage
71
71
Run by itself, ``bin/vapid `` will check and optionally create the
72
72
public\_ key.pem and private\_ key.pem files.
73
73
74
- ``bin/vapid -gen `` can be used to generate a new set of public and
74
+ ``bin/vapid -- gen `` can be used to generate a new set of public and
75
75
private key PEM files. These will overwrite the contents of
76
76
``private_key.pem `` and ``public_key.pem ``.
77
77
You can’t perform that action at this time.
0 commit comments