diff options
author | 2018-03-02 21:40:15 +0000 | |
---|---|---|
committer | 2018-03-02 21:40:15 +0000 | |
commit | 25d6e51dd8f172074e94fea4422b8de90c378258 (patch) | |
tree | 186bc8e71bb4c5e7082066ca0df4b4fbdc84a0c3 /usr.bin/ssh/ssh-keyscan.c | |
parent | Protect the calls to ifpromisc() in bpf(4) with net lock. This (diff) | |
download | wireguard-openbsd-25d6e51dd8f172074e94fea4422b8de90c378258.tar.xz wireguard-openbsd-25d6e51dd8f172074e94fea4422b8de90c378258.zip |
apply a lick of paint; tweaks/ok dtucker
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 c52a518651a..6f737ecaba0 100644 --- a/usr.bin/ssh/ssh-keyscan.c +++ b/usr.bin/ssh/ssh-keyscan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keyscan.c,v 1.118 2018/02/23 15:58:38 markus Exp $ */ +/* $OpenBSD: ssh-keyscan.c,v 1.119 2018/03/02 21:40:15 jmc Exp $ */ /* * Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. * @@ -616,7 +616,7 @@ usage(void) { fprintf(stderr, "usage: %s [-46cDHv] [-f file] [-p port] [-T timeout] [-t type]\n" - "\t\t [host | addrlist namelist] ...\n", + "\t\t [host | addrlist namelist]\n", __progname); exit(1); } |