Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/identity.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -550,4 +550,3 @@ int main(int argc, char *argv[])
exit:
exit(rc);
}