diff options
author | 2001-08-23 18:02:48 +0000 | |
---|---|---|
committer | 2001-08-23 18:02:48 +0000 | |
commit | e69a542fef2df1a348c3b892f5907b8fa66d82e1 (patch) | |
tree | 62b383d1e06c0ce48c4e706fbb9e0ec56da8f48c /usr.bin/ssh/ssh-agent.1 | |
parent | end request with 0, not NULL (diff) | |
download | wireguard-openbsd-e69a542fef2df1a348c3b892f5907b8fa66d82e1.tar.xz wireguard-openbsd-e69a542fef2df1a348c3b892f5907b8fa66d82e1.zip |
fix usage; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index a0ca19d4f89..1ca33260fe1 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.26 2001/07/15 16:57:21 stevesk Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.27 2001/08/23 18:02:48 stevesk Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -42,14 +42,12 @@ .Nd authentication agent .Sh SYNOPSIS .Nm ssh-agent -.Ar command -.Ar args ... -.Nm ssh-agent .Op Fl c Li | Fl s +.Op Fl d +.Op Ar command Op Ar args ... .Nm ssh-agent +.Op Fl c Li | Fl s .Fl k -.Nm ssh-agent -.Fl d .Sh DESCRIPTION .Nm is a program to hold private keys used for public key authentication |