- deraadt@cvs.openbsd.org 2003/04/26 04:29:49
[ssh-keyscan.c] -t in usage(); rogier@quaak.org
This commit is contained in:
parent
8ce778a9f0
commit
ea5ade28fb
|
@ -25,6 +25,9 @@
|
|||
- markus@cvs.openbsd.org 2003/04/16 14:35:27
|
||||
[auth.h]
|
||||
document struct Authctxt; with solar
|
||||
- deraadt@cvs.openbsd.org 2003/04/26 04:29:49
|
||||
[ssh-keyscan.c]
|
||||
-t in usage(); rogier@quaak.org
|
||||
|
||||
20030512
|
||||
- (djm) Redhat spec: Don't install profile.d scripts when not
|
||||
|
@ -1412,4 +1415,4 @@
|
|||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||
ok provos@
|
||||
|
||||
$Id: ChangeLog,v 1.2683 2003/05/14 03:43:25 djm Exp $
|
||||
$Id: ChangeLog,v 1.2684 2003/05/14 03:43:53 djm Exp $
|
||||
|
|
|
@ -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 "openbsd-compat/sys-queue.h"
|
||||
|
||||
|
@ -685,7 +685,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);
|
||||
|
|
Loading…
Reference in New Issue