From: djm@openbsd.org Date: Wed, 11 Oct 2023 23:23:58 +0000 (+0000) Subject: upstream: sync usage() with ssh.1; spotted by kn@ X-Git-Tag: V_9_6_P1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=531b27a006116fe7aff325510aaa576f24844452;p=thirdparty%2Fopenssh-portable.git upstream: sync usage() with ssh.1; spotted by kn@ OpenBSD-Commit-ID: 191a85639477dcb5fa1616d270d93b7c8d5c1dfd --- diff --git a/ssh.c b/ssh.c index 8b8c595e5..68eae0f7a 100644 --- 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 * Copyright (c) 1995 Tatu Ylonen , 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); }