Skip to content

Commit fcc0941

Browse files
authored
Merge pull request #61 from alexallah/python-readme-command-typo
Fix python readme generate command argument
2 parents 3195e6e + ef056a9 commit fcc0941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ bin/python setup.py install
6464
Run by itself, `bin/vapid` will check and optionally create the
6565
public_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
6868
private key PEM files. These will overwrite the contents of
6969
`private_key.pem` and `public_key.pem`.
7070

python/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ App Usage
7171
Run by itself, ``bin/vapid`` will check and optionally create the
7272
public\_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
7575
private key PEM files. These will overwrite the contents of
7676
``private_key.pem`` and ``public_key.pem``.
7777

0 commit comments

Comments
 (0)