summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2015-09-11 05:27:02 +0000
committerDamien Miller <djm@mindrot.org>2015-09-16 17:52:05 +1000
commit86ac462f833b05d8ed9de9c50ccb295d7faa79ff (patch)
tree8b060ca36e1436ea8db64da0f09130dff51a8d52
parent674b3b68c1d36b2562324927cd03857b565e05e8 (diff)
upstream commit
Update usage to match man page. Upstream-ID: 9e85aefaecfb6aaf34c7cfd0700cd21783a35675
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 55a496cb1..913c139ef 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.423 2015/09/11 03:47:28 djm Exp $ */ 1/* $OpenBSD: ssh.c,v 1.424 2015/09/11 05:27:02 dtucker 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
@@ -206,7 +206,7 @@ usage(void)
206" [-F configfile] [-I pkcs11] [-i identity_file]\n" 206" [-F configfile] [-I pkcs11] [-i identity_file]\n"
207" [-L address] [-l login_name] [-m mac_spec]\n" 207" [-L address] [-l login_name] [-m mac_spec]\n"
208" [-O ctl_cmd] [-o option] [-p port]\n" 208" [-O ctl_cmd] [-o option] [-p port]\n"
209" [-Q cipher | cipher-auth | mac | kex | key]\n" 209" [-Q cipher | cipher-auth | mac | kex | key | protocol-version]\n"
210" [-R address] [-S ctl_path] [-W host:port]\n" 210" [-R address] [-S ctl_path] [-W host:port]\n"
211" [-w local_tun[:remote_tun]] [user@]hostname [command]\n" 211" [-w local_tun[:remote_tun]] [user@]hostname [command]\n"
212 ); 212 );