]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authorjmc@openbsd.org <jmc@openbsd.org>
Fri, 24 Apr 2015 06:26:49 +0000 (06:26 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 29 Apr 2015 08:15:38 +0000 (18:15 +1000)
combine -Dd onto one line and update usage();

ssh-agent.1
ssh-agent.c

index adfb51ccb1842a833649a4d3d75fad6fad4d6e2f..d0aa712f1c69064e1aa4399e74b01572b88d2a46 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-agent.1,v 1.58 2015/04/24 05:26:44 djm Exp $
+.\" $OpenBSD: ssh-agent.1,v 1.59 2015/04/24 06:26:49 jmc Exp $
 .\"
 .\" Author: Tatu Ylonen <ylo@cs.hut.fi>
 .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -43,8 +43,7 @@
 .Sh SYNOPSIS
 .Nm ssh-agent
 .Op Fl c | s
-.Op Fl D
-.Op Fl d
+.Op Fl Dd
 .Op Fl a Ar bind_address
 .Op Fl E Ar fingerprint_hash
 .Op Fl t Ar life
index 5356e1161afda037b04a3d6b1ebaa82daff139fa..c75575f66443316939a4504248ff417f0ee6c146 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.201 2015/04/24 05:26:44 djm Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.202 2015/04/24 06:26:49 jmc Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1137,7 +1137,7 @@ static void
 usage(void)
 {
        fprintf(stderr,
-           "usage: ssh-agent [-c | -s] [-d] [-a bind_address] [-E fingerprint_hash]\n"
+           "usage: ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash]\n"
            "                 [-t life] [command [arg ...]]\n"
            "       ssh-agent [-c | -s] -k\n");
        exit(1);