[openssh-commits] [openssh] 02/07: upstream: sort;

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Nov 1 13:11:07 AEDT 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit de871e4daf346a712c78fa4ab8f18b231a47cb85
Author: jmc at openbsd.org <jmc at openbsd.org>
Date:   Fri Nov 1 00:52:35 2019 +0000

    upstream: sort;
    
    OpenBSD-Commit-ID: 8264b0be01ec5a60602bd50fd49cc3c81162ea16
---
 ssh-add.1 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ssh-add.1 b/ssh-add.1
index 9dc44fa7..9b90257b 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
-.\"	$OpenBSD: ssh-add.1,v 1.70 2019/10/31 21:19:56 djm Exp $
+.\"	$OpenBSD: ssh-add.1,v 1.71 2019/11/01 00:52:35 jmc Exp $
 .\"
 .\" Author: Tatu Ylonen <ylo at cs.hut.fi>
 .\" Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, 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: October 31 2019 $
+.Dd $Mdocdate: November 1 2019 $
 .Dt SSH-ADD 1
 .Os
 .Sh NAME
@@ -45,8 +45,8 @@
 .Nm ssh-add
 .Op Fl cDdkLlqvXx
 .Op Fl E Ar fingerprint_hash
-.Op Fl t Ar life
 .Op Fl S Ar provider
+.Op Fl t Ar life
 .Op Ar
 .Nm ssh-add
 .Fl s Ar pkcs11
@@ -132,14 +132,14 @@ by the agent.
 Lists fingerprints of all identities currently represented by the agent.
 .It Fl q
 Be quiet after a successful operation.
-.It Fl s Ar pkcs11
-Add keys provided by the PKCS#11 shared library
-.Ar pkcs11 .
 .It Fl S Ar provider
 Specifies a path to a security key provider library that will be used when
 adding any security key-hosted keys, overriding the default of using the
 .Ev "SSH_SK_PROVIDER"
 environment variable to specify a provider.
+.It Fl s Ar pkcs11
+Add keys provided by the PKCS#11 shared library
+.Ar pkcs11 .
 .It Fl T Ar pubkey ...
 Tests whether the private keys that correspond to the specified
 .Ar pubkey

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list