summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.c
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-11-26 12:14:54 +0000
committerjmc <jmc@openbsd.org>2013-11-26 12:14:54 +0000
commit560e192c14d696bc2989b35aebf0d7c1d74b2ff3 (patch)
tree6fa134f597d77eaf5c50e29be2da1773357da56d /usr.bin/ssh/ssh.c
parentmsgbuf_write EAGAIN, ok gilles benno (diff)
downloadwireguard-openbsd-560e192c14d696bc2989b35aebf0d7c1d74b2ff3.tar.xz
wireguard-openbsd-560e192c14d696bc2989b35aebf0d7c1d74b2ff3.zip
- put -Q in the right place
- Ar was a poor choice for the arguments to -Q. i've chosen an admittedly equally poor Cm, at least consistent with the rest of the docs. also no need for multiple instances - zap a now redundant Nm - usage() sync
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r--usr.bin/ssh/ssh.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index fb932aa5076..a7b4c9ff2eb 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.394 2013/11/25 18:04:21 deraadt Exp $ */
+/* $OpenBSD: ssh.c,v 1.395 2013/11/26 12:14:54 jmc Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -187,10 +187,10 @@ usage(void)
" [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
" [-F configfile] [-I pkcs11] [-i identity_file]\n"
" [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]\n"
-" [-O ctl_cmd] [-o option] [-p port] [-R [bind_address:]port:host:hostport]\n"
-" [-S ctl_path] [-Q cipher | cipher-auth | mac | kex | key]\n"
-" [-W host:port] [-w local_tun[:remote_tun]]\n"
-" [user@]hostname [command]\n"
+" [-O ctl_cmd] [-o option] [-p port]\n"
+" [-Q cipher | cipher-auth | mac | kex | key]\n"
+" [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]\n"
+" [-w local_tun[:remote_tun]] [user@]hostname [command]\n"
);
exit(255);
}