]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authorjmc@openbsd.org <jmc@openbsd.org>
Sun, 8 Nov 2015 23:24:03 +0000 (23:24 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 9 Nov 2015 03:25:41 +0000 (14:25 +1100)
-c before -H, in SYNOPSIS and usage();

Upstream-ID: 25e8c58a69e1f37fcd54ac2cd1699370acb5e404

ssh-keyscan.1
ssh-keyscan.c

index 12eb5810bc044c1f9829ce97ff1e1cec60e408ae..d29d9d906479a319751033c3ce077523d9762058 100644 (file)
@@ -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
index 0e5ca609a0fae616977e75ed09a2988a1ce586d5..a23276f53a2bb04bb448386e57e2a9c35c46730f 100644 (file)
@@ -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);