summaryrefslogtreecommitdiffstats
path: root/usr.bin/keyinit/skeyinit.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-10-17 12:06:05 +0000
committerache <ache@FreeBSD.org>1996-10-17 12:06:05 +0000
commitaa5a205baccd2a7b2baaeebbaf88e0e8321ffa11 (patch)
tree56c92a55206a44b46700a67dbe15430075572279 /usr.bin/keyinit/skeyinit.c
parente7dca977986e87b0a22b6d0e1901b9bf381fe996 (diff)
downloadFreeBSD-src-aa5a205baccd2a7b2baaeebbaf88e0e8321ffa11.zip
FreeBSD-src-aa5a205baccd2a7b2baaeebbaf88e0e8321ffa11.tar.gz
Fix diagnostic: skey->key, we have key command
Diffstat (limited to 'usr.bin/keyinit/skeyinit.c')
-rw-r--r--usr.bin/keyinit/skeyinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/keyinit/skeyinit.c b/usr.bin/keyinit/skeyinit.c
index 30320ed..0a739b3 100644
--- a/usr.bin/keyinit/skeyinit.c
+++ b/usr.bin/keyinit/skeyinit.c
@@ -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: ");
OpenPOWER on IntegriCloud