mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
Fix diagnostic: skey->key, we have key command
This commit is contained in:
parent
647f50c3b3
commit
0696bbfafd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18977
@ -98,7 +98,7 @@ char *argv[];
|
||||
}
|
||||
n = 99;
|
||||
if( ! defaultsetup){
|
||||
printf("Reminder you need the 6 english words from the skey command.\n");
|
||||
printf("Reminder you need the 6 english words from the key command.\n");
|
||||
for(i=0;;i++){
|
||||
if(i >= 2) exit(1);
|
||||
printf("Enter sequence count from 1 to 9999: ");
|
||||
|
Loading…
Reference in New Issue
Block a user