Skip to content

Commit 688ce72

Browse files
committed
Fix typo - default is used..
1 parent f10a27b commit 688ce72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/keygen/keygen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static void usage(void)
5858
printf("* -unique=[value]\n");
5959
printf("\t* Used for the KDF of the create\n");
6060
printf("* -auth=pass: Use custom password for key authentication\n");
61-
printf("\t* If not specified, no password is used\n");
61+
printf("\t* If not specified, default key auth is used\n");
6262

6363
printf("Example usage:\n");
6464
printf("\t* RSA, default template\n");

0 commit comments

Comments
 (0)