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
6464Run by itself, ` bin/vapid ` will check and optionally create the
6565public_key.pem and private_key.pem files.
6666
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
6868private key PEM files. These will overwrite the contents of
6969` private_key.pem ` and ` public_key.pem ` .
7070
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ App Usage
7171Run by itself, ``bin/vapid `` will check and optionally create the
7272public\_ key.pem and private\_ key.pem files.
7373
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
7575private key PEM files. These will overwrite the contents of
7676``private_key.pem `` and ``public_key.pem ``.
7777
You can’t perform that action at this time.
0 commit comments