From fc5450329764c587d93a736ee8d48e8d8093c76c Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Fri, 10 Mar 2023 12:45:25 +0100 Subject: [PATCH] Fix grammar typo --- ykman/_cli/openpgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ykman/_cli/openpgp.py b/ykman/_cli/openpgp.py index c3723cc2..5b837986 100644 --- a/ykman/_cli/openpgp.py +++ b/ykman/_cli/openpgp.py @@ -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.