diff options
author | 2017-08-29 13:05:58 +0000 | |
---|---|---|
committer | 2017-08-29 13:05:58 +0000 | |
commit | 6dabce7be5ae980527b1a98b30805268d0319f63 (patch) | |
tree | 74740dadcc8d44678437fa93d34296a020166dfb | |
parent | While failing to relink the kernel is not fatal to syspatch, we still need (diff) | |
download | wireguard-openbsd-6dabce7be5ae980527b1a98b30805268d0319f63.tar.xz wireguard-openbsd-6dabce7be5ae980527b1a98b30805268d0319f63.zip |
sort options;
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index 471a23e7c40..d5da9279c5f 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-add.1,v 1.65 2017/08/29 09:42:29 dlg Exp $ +.\" $OpenBSD: ssh-add.1,v 1.66 2017/08/29 13:05:58 jmc Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -126,6 +126,8 @@ Lists public key parameters of all identities currently represented by the agent. .It Fl l 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 . @@ -134,8 +136,6 @@ Set a maximum lifetime when adding identities to an agent. The lifetime may be specified in seconds or in a time format specified in .Xr sshd_config 5 . -.It Fl q -Be quiet after a successful operation. .It Fl X Unlock the agent. .It Fl x |