summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/ssh.c b/ssh.c
index a9b685349..4e4ff610d 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.443 2016/07/15 00:24:30 djm Exp $ */ 1/* $OpenBSD: ssh.c,v 1.444 2016/07/16 06:57:55 jmc 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
@@ -198,10 +198,11 @@ usage(void)
198 fprintf(stderr, 198 fprintf(stderr,
199"usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n" 199"usage: ssh [-1246AaCfGgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]\n"
200" [-D [bind_address:]port] [-E log_file] [-e escape_char]\n" 200" [-D [bind_address:]port] [-E log_file] [-e escape_char]\n"
201" [-F configfile] [-I pkcs11] [-i identity_file] [-L address]\n" 201" [-F configfile] [-I pkcs11] [-i identity_file]\n"
202" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n" 202" [-J [user@]host[:port]] [-L address] [-l login_name] [-m mac_spec]\n"
203" [-Q query_option] [-R address] [-S ctl_path] [-W host:port]\n" 203" [-O ctl_cmd] [-o option] [-p port] [-Q query_option] [-R address]\n"
204" [-w local_tun[:remote_tun]] [user@]hostname [command]\n" 204" [-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]\n"
205" [user@]hostname [command]\n"
205 ); 206 );
206 exit(255); 207 exit(255);
207} 208}