]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: sort -q in the options list;
authorjmc@openbsd.org <jmc@openbsd.org>
Fri, 14 Jun 2024 05:20:34 +0000 (05:20 +0000)
committerDamien Miller <djm@mindrot.org>
Sat, 15 Jun 2024 04:02:54 +0000 (14:02 +1000)
OpenBSD-Commit-ID: 6839b38378f38f754de638a5e988c13b4164cc7c

ssh-keyscan.1

index fc951e57a7d6c3a20c0b597fbe3bcd2e2b3ee274..df4fb6ca4fb34491f81769bb8ff416d9389ec9ad 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ssh-keyscan.1,v 1.50 2024/06/14 05:00:42 djm Exp $
+.\"    $OpenBSD: ssh-keyscan.1,v 1.51 2024/06/14 05:20:34 jmc Exp $
 .\"
 .\" Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
 .\"
@@ -116,6 +116,9 @@ The default is to print both.
 Connect to
 .Ar port
 on the remote host.
+.It Fl q
+Quiet mode:
+do not print server host name and banners in comments.
 .It Fl T Ar timeout
 Set the timeout for connection attempts.
 If
@@ -143,9 +146,6 @@ The default is to fetch
 and
 .Dq ed25519-sk
 keys.
-.It Fl q
-Quiet mode:
-do not print server host name and banners in comments.
 .It Fl v
 Verbose mode:
 print debugging messages about progress.