summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2015-09-11 08:55:46 +0200
committerDamien Miller <djm@mindrot.org>2015-09-16 09:52:06 +0200
commit846f6fa4cfa8483a9195971dbdd162220f199d85 (patch)
tree28ab44aef20c165ee740cf221ec39ab8dc1b239d
parentupstream commit (diff)
downloadopenssh-846f6fa4cfa8483a9195971dbdd162220f199d85.tar.xz
openssh-846f6fa4cfa8483a9195971dbdd162220f199d85.zip
upstream commit
sync -Q in usage() to SYNOPSIS; since it's drastically shorter, i've reformatted the block to sync with the man (80 cols) and saved a line; Upstream-ID: 86e2c65c3989a0777a6258a77e589b9f6f354abd
-rw-r--r--ssh.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/ssh.c b/ssh.c
index 913c139ef..91911d3d5 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.424 2015/09/11 05:27:02 dtucker Exp $ */
+/* $OpenBSD: ssh.c,v 1.425 2015/09/11 06:55:46 jmc Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -203,11 +203,9 @@ usage(void)
fprintf(stderr,
"usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
" [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
-" [-F configfile] [-I pkcs11] [-i identity_file]\n"
-" [-L address] [-l login_name] [-m mac_spec]\n"
-" [-O ctl_cmd] [-o option] [-p port]\n"
-" [-Q cipher | cipher-auth | mac | kex | key | protocol-version]\n"
-" [-R address] [-S ctl_path] [-W host:port]\n"
+" [-F configfile] [-I pkcs11] [-i identity_file] [-L address]\n"
+" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
+" [-Q query_option] [-R address] [-S ctl_path] [-W host:port]\n"
" [-w local_tun[:remote_tun]] [user@]hostname [command]\n"
);
exit(255);