summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2015-11-08 23:24:03 +0000
committerDamien Miller <djm@mindrot.org>2015-11-09 14:25:41 +1100
commite72a8575ffe1d8adff42c9abe9ca36938acc036b (patch)
tree8206eeb881ffd490ee5bbb95fc7c7554ec7194f5
parent3a424cdd21db08c7b0ded902f97b8f02af5aa485 (diff)
downloadopenssh-git-e72a8575ffe1d8adff42c9abe9ca36938acc036b.tar.gz
upstream commit
-c before -H, in SYNOPSIS and usage(); Upstream-ID: 25e8c58a69e1f37fcd54ac2cd1699370acb5e404
-rw-r--r--ssh-keyscan.14
-rw-r--r--ssh-keyscan.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/ssh-keyscan.1 b/ssh-keyscan.1
index 12eb5810..d29d9d90 100644
--- a/ssh-keyscan.1
+++ b/ssh-keyscan.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keyscan.1,v 1.37 2015/11/08 22:30:20 djm Exp $
+.\" $OpenBSD: ssh-keyscan.1,v 1.38 2015/11/08 23:24:03 jmc Exp $
.\"
.\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
.\"
@@ -15,7 +15,7 @@
.Sh SYNOPSIS
.Nm ssh-keyscan
.Bk -words
-.Op Fl 46Hcv
+.Op Fl 46cHv
.Op Fl f Ar file
.Op Fl p Ar port
.Op Fl T Ar timeout
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 0e5ca609..a23276f5 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keyscan.c,v 1.103 2015/11/08 22:30:20 djm Exp $ */
+/* $OpenBSD: ssh-keyscan.c,v 1.104 2015/11/08 23:24:03 jmc Exp $ */
/*
* Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
*
@@ -678,7 +678,7 @@ static void
usage(void)
{
fprintf(stderr,
- "usage: %s [-46Hcv] [-f file] [-p port] [-T timeout] [-t type]\n"
+ "usage: %s [-46cHv] [-f file] [-p port] [-T timeout] [-t type]\n"
"\t\t [host | addrlist namelist] ...\n",
__progname);
exit(1);