]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: sync usage() with ssh.1; spotted by kn@
authordjm@openbsd.org <djm@openbsd.org>
Wed, 11 Oct 2023 23:23:58 +0000 (23:23 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 12 Oct 2023 02:19:40 +0000 (13:19 +1100)
OpenBSD-Commit-ID: 191a85639477dcb5fa1616d270d93b7c8d5c1dfd

ssh.c

diff --git a/ssh.c b/ssh.c
index 8b8c595e5336a5a684d01ab7cce5126a6e11c59f..68eae0f7af6f268fe8b5090c86c37c0c29e3345b 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.595 2023/10/11 22:42:26 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.596 2023/10/11 23:23:58 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -184,9 +184,10 @@ usage(void)
 "           [-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"
-"           [-O ctl_cmd] [-o option] [-P tag] [-p port] [-Q query_option]\n"
-"           [-R address] [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]\n"
+"           [-O ctl_cmd] [-o option] [-P tag] [-p port] [-R address]\n"
+"           [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]\n"
 "           destination [command [argument ...]]\n"
+"       ssh [-Q query_option]\n"
        );
        exit(255);
 }