From 9d1a9771d0ad3a83af733bf3d2650b53f43c269f Mon Sep 17 00:00:00 2001 From: "jmc@openbsd.org" Date: Mon, 21 Jan 2019 07:09:10 +0000 Subject: upstream: - -T was added to the first synopsis by mistake - since "..." denotes optional, no need to surround it in [] ok djm OpenBSD-Commit-ID: 918f6d8eed4e0d8d9ef5eadae1b8983d796f0e25 --- ssh-add.1 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ssh-add.1 b/ssh-add.1 index 35ab04426..90826f667 100644 --- a/ssh-add.1 +++ b/ssh-add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.67 2019/01/20 22:03:29 djm Exp $ +.\" $OpenBSD: ssh-add.1,v 1.68 2019/01/21 07:09:10 jmc Exp $ .\" .\" Author: Tatu Ylonen .\" Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -35,7 +35,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 20 2019 $ +.Dd $Mdocdate: January 21 2019 $ .Dt SSH-ADD 1 .Os .Sh NAME @@ -43,7 +43,7 @@ .Nd adds private key identities to the authentication agent .Sh SYNOPSIS .Nm ssh-add -.Op Fl cDdkLlqTXx +.Op Fl cDdkLlqXx .Op Fl E Ar fingerprint_hash .Op Fl t Ar life .Op Ar @@ -53,8 +53,7 @@ .Fl e Ar pkcs11 .Nm ssh-add .Fl T -.Ar pubkey -.Op Ar ... +.Ar pubkey ... .Sh DESCRIPTION .Nm adds private key identities to the authentication agent, @@ -135,7 +134,7 @@ Be quiet after a successful operation. .It Fl s Ar pkcs11 Add keys provided by the PKCS#11 shared library .Ar pkcs11 . -.It Fl T Ar pubkey Op Ar ... +.It Fl T Ar pubkey ... Tests whether the private keys that correspond to the specified .Ar pubkey files are usable by performing sign and verify operations on each. -- cgit v1.2.3