Skip to content

Commit

Permalink
Fix grammar typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek authored Mar 10, 2023
1 parent e83d13d commit fc54503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ykman/_cli/openpgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def import_key(ctx, key, private_key, admin_pin):
@click.argument("certificate", type=click.File("wb"), metavar="CERTIFICATE")
def attest(ctx, key, certificate, pin, format):
"""
Generate a attestation certificate for a key.
Generate an attestation certificate for a key.
Attestation is used to show that an asymmetric key was generated on the
YubiKey and therefore doesn't exist outside the device.
Expand Down

0 comments on commit fc54503

Please sign in to comment.