From 369169004c55cc34e8f9107c51f368ac0a9f08b9 Mon Sep 17 00:00:00 2001 From: Sergey Zolotorev Date: Fri, 12 May 2023 16:14:14 +0000 Subject: [PATCH] Fix minor errata --- src/identity.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/identity.c b/src/identity.c index 535b0d7..337b5ee 100644 --- a/src/identity.c +++ b/src/identity.c @@ -45,7 +45,7 @@ void print_usage(void) "will include the public portion of the key specified in 'id_key' and will be\n" "signed using the private portion of the same key.\n" "\n" - "The second form calcualates the SHA-384 fingerprint of the given public key\n" + "The second form calculates the SHA-384 fingerprint of the given public key\n" "files after converting them to the SEV public key format.\n" "\n" "options:\n" @@ -63,7 +63,7 @@ void print_usage(void) " hex string.\n" " Default is 0x0.\n" "\n" - " -f|--famiy-id id\n" + " -f|--family-id id\n" " Specifies an optional Family ID of the guest image.\n" " Default is 0.\n" "\n" @@ -550,4 +550,3 @@ int main(int argc, char *argv[]) exit: exit(rc); } -