diff options
author | 2015-09-11 06:55:46 +0000 | |
---|---|---|
committer | 2015-09-11 06:55:46 +0000 | |
commit | df1f522a0b0c7903a658f8c2e7d8663b2d84a86b (patch) | |
tree | 527b56a80474299b6260646c3168550c87fdcec1 /usr.bin/ssh/ssh.c | |
parent | tweak previous; (diff) | |
download | wireguard-openbsd-df1f522a0b0c7903a658f8c2e7d8663b2d84a86b.tar.xz wireguard-openbsd-df1f522a0b0c7903a658f8c2e7d8663b2d84a86b.zip |
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;
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index d0f599d189f..2275b6e30ed 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/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 @@ -188,11 +188,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); |