Skip to content

Commit

Permalink
Merge pull request Nitrokey#16 from joostd/patch-1
Browse files Browse the repository at this point in the history
fix a typo in the usage page
  • Loading branch information
nickray authored Mar 20, 2019
2 parents 8d6b135 + 1d8d04e commit 9bedd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solo/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def version():
@click.option("--input-seed-file")
@click.argument("output_pem_file")
def genkey(input_seed_file, output_pem_file):
"""Generates key par that can be used for Solo signed firmware updates.
"""Generates key pair that can be used for Solo signed firmware updates.
\b
* Generates NIST P256 keypair.
Expand Down

0 comments on commit 9bedd52

Please sign in to comment.