summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormillert@openbsd.org <millert@openbsd.org>2015-07-20 18:42:35 +0000
committerDamien Miller <djm@mindrot.org>2015-07-21 13:05:12 +1000
commitd5d91d0da819611167782c66ab629159169d94d4 (patch)
tree0573e4bd2e957b188f879ea9793995285ef8ec43
parent79ec2142fbc68dd2ed9688608da355fc0b1ed743 (diff)
upstream commit
Sync usage with SYNOPSIS Upstream-ID: 7a321a170181a54f6450deabaccb6ef60cf3f0b7
-rw-r--r--ssh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh.c b/ssh.c
index 3fd5a941f..3239108ec 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.418 2015/05/04 06:10:48 djm Exp $ */ 1/* $OpenBSD: ssh.c,v 1.419 2015/07/20 18:42:35 millert Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -203,10 +203,10 @@ usage(void)
203"usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" 203"usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
204" [-D [bind_address:]port] [-E log_file] [-e escape_char]\n" 204" [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
205" [-F configfile] [-I pkcs11] [-i identity_file]\n" 205" [-F configfile] [-I pkcs11] [-i identity_file]\n"
206" [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]\n" 206" [-L address] [-l login_name] [-m mac_spec]\n"
207" [-O ctl_cmd] [-o option] [-p port]\n" 207" [-O ctl_cmd] [-o option] [-p port]\n"
208" [-Q cipher | cipher-auth | mac | kex | key]\n" 208" [-Q cipher | cipher-auth | mac | kex | key]\n"
209" [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]\n" 209" [-R address] [-S ctl_path] [-W host:port]\n"
210" [-w local_tun[:remote_tun]] [user@]hostname [command]\n" 210" [-w local_tun[:remote_tun]] [user@]hostname [command]\n"
211 ); 211 );
212 exit(255); 212 exit(255);