=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keygen.c,v retrieving revision 1.60.2.2 retrieving revision 1.60.2.3 diff -u -r1.60.2.2 -r1.60.2.3 --- src/usr.bin/ssh/ssh-keygen.c 2001/11/15 00:15:19 1.60.2.2 +++ src/usr.bin/ssh/ssh-keygen.c 2001/11/15 22:51:15 1.60.2.3 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keygen.c,v 1.60.2.2 2001/11/15 00:15:19 miod Exp $"); +RCSID("$OpenBSD: ssh-keygen.c,v 1.60.2.3 2001/11/15 22:51:15 miod Exp $"); #include #include @@ -611,7 +611,7 @@ fclose(f); } if (invalid) { - printf("%s is not a valid key file.\n", identity_file); + printf("%s is not a public key file.\n", identity_file); exit(1); } exit(0);