diff options
author | 2003-04-26 04:29:49 +0000 | |
---|---|---|
committer | 2003-04-26 04:29:49 +0000 | |
commit | 810f20c8a99d35172916cc5bb3f58ad9d94135f4 (patch) | |
tree | c790d510c5bde51b70e078357ae68533a784d860 /usr.bin/ssh/ssh-keyscan.c | |
parent | sync (diff) | |
download | wireguard-openbsd-810f20c8a99d35172916cc5bb3f58ad9d94135f4.tar.xz wireguard-openbsd-810f20c8a99d35172916cc5bb3f58ad9d94135f4.zip |
-t in usage(); rogier@quaak.org
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.c')
-rw-r--r-- | usr.bin/ssh/ssh-keyscan.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.c b/usr.bin/ssh/ssh-keyscan.c index 910d86f30a0..9ed882d05ab 100644 --- a/usr.bin/ssh/ssh-keyscan.c +++ b/usr.bin/ssh/ssh-keyscan.c @@ -7,7 +7,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keyscan.c,v 1.42 2003/04/14 14:17:50 markus Exp $"); +RCSID("$OpenBSD: ssh-keyscan.c,v 1.43 2003/04/26 04:29:49 deraadt Exp $"); #include <sys/queue.h> #include <errno.h> @@ -666,7 +666,7 @@ fatal(const char *fmt,...) static void usage(void) { - fprintf(stderr, "usage: %s [-v46] [-p port] [-T timeout] [-f file]\n" + fprintf(stderr, "usage: %s [-v46] [-p port] [-T timeout] [-t type] [-f file]\n" "\t\t [host | addrlist namelist] [...]\n", __progname); exit(1); |