=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keygen.c,v retrieving revision 1.32.2.6 retrieving revision 1.32.2.7 diff -u -r1.32.2.6 -r1.32.2.7 --- src/usr.bin/ssh/ssh-keygen.c 2001/11/15 00:15:00 1.32.2.6 +++ src/usr.bin/ssh/ssh-keygen.c 2001/11/15 22:50:30 1.32.2.7 @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keygen.c,v 1.32.2.6 2001/11/15 00:15:00 miod Exp $"); +RCSID("$OpenBSD: ssh-keygen.c,v 1.32.2.7 2001/11/15 22:50:30 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);