[openssh-commits] [openssh] 02/04: upstream: fix up synopsis and tweak wording for -Z

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Aug 7 15:25:09 AEST 2026


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

djm pushed a commit to branch master
in repository openssh.

commit 388390148359da911f77e8d1d7377f46c412a9d8
Author: naddy at openbsd.org <naddy at openbsd.org>
AuthorDate: Tue Aug 4 22:47:07 2026 +0000

    upstream: fix up synopsis and tweak wording for -Z
    
    OpenBSD-Commit-ID: 7f0f8e7f610f6af6890cb10915bf316f23651505
---
 ssh.1 | 8 ++++----
 ssh.c | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ssh.1 b/ssh.1
index ba24650e8..60ee3ab34 100644
--- a/ssh.1
+++ b/ssh.1
@@ -33,8 +33,8 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\" $OpenBSD: ssh.1,v 1.453 2026/08/03 06:47:24 djm Exp $
-.Dd $Mdocdate: August 3 2026 $
+.\" $OpenBSD: ssh.1,v 1.454 2026/08/04 22:47:07 naddy Exp $
+.Dd $Mdocdate: August 4 2026 $
 .Dt SSH 1
 .Os
 .Sh NAME
@@ -42,7 +42,7 @@
 .Nd OpenSSH remote login client
 .Sh SYNOPSIS
 .Nm ssh
-.Op Fl 46AaCfGgKkMNnqsTtVvZXxYy
+.Op Fl 46AaCfGgKkMNnqsTtVvXxYyZ
 .Op Fl B Ar bind_interface
 .Op Fl b Ar bind_address
 .Op Fl c Ar cipher_spec
@@ -783,7 +783,7 @@ system module.
 By default this information is sent to stderr.
 .Pp
 .It Fl Z
-Dump the public keys that would be attempted for authentication to the specified
+List the public keys that would be attempted for authentication to the specified
 destination in preferred order and exit.
 .El
 .Pp
diff --git a/ssh.c b/ssh.c
index a4ebd11a4..d030b548e 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.635 2026/08/03 06:47:24 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.636 2026/08/04 22:47:07 naddy Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -168,7 +168,7 @@ static void
 usage(void)
 {
 	fprintf(stderr,
-"usage: ssh [-46AaCfGgKkMNnqsTtVvZXxYyZ] [-B bind_interface] [-b bind_address]\n"
+"usage: ssh [-46AaCfGgKkMNnqsTtVvXxYyZ] [-B bind_interface] [-b bind_address]\n"
 "           [-c cipher_spec] [-D [bind_address:]port] [-E log_file]\n"
 "           [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file]\n"
 "           [-J destination] [-L address] [-l login_name] [-m mac_spec]\n"

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


More information about the openssh-commits mailing list