diff options
author | 2015-04-24 06:26:49 +0000 | |
---|---|---|
committer | 2015-04-24 06:26:49 +0000 | |
commit | 8ccc3967e40ac66b9cf98618526ef0817e12c7aa (patch) | |
tree | 216096343be078e6594518caf55912be3b056965 /usr.bin/ssh/ssh-agent.1 | |
parent | add ssh-agent -D to leave ssh-agent in foreground without enabling (diff) | |
download | wireguard-openbsd-8ccc3967e40ac66b9cf98618526ef0817e12c7aa.tar.xz wireguard-openbsd-8ccc3967e40ac66b9cf98618526ef0817e12c7aa.zip |
combine -Dd onto one line and update usage();
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index adfb51ccb18..d0aa712f1c6 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -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 |