From: jmc@openbsd.org Date: Fri, 14 Jun 2024 05:20:34 +0000 (+0000) Subject: upstream: sort -q in the options list; X-Git-Tag: V_9_8_P1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c75471a1202ab3e29db6938648d4e2602c0475;p=thirdparty%2Fopenssh-portable.git upstream: sort -q in the options list; OpenBSD-Commit-ID: 6839b38378f38f754de638a5e988c13b4164cc7c --- diff --git a/ssh-keyscan.1 b/ssh-keyscan.1 index fc951e57a..df4fb6ca4 100644 --- a/ssh-keyscan.1 +++ b/ssh-keyscan.1 @@ -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 . .\" @@ -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.