summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 01303dc97..9d50e42fd 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.276 2006/04/25 08:02:27 dtucker Exp $ */ 1/* $OpenBSD: ssh.c,v 1.277 2006/07/02 17:12:58 stevesk 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
@@ -176,7 +176,7 @@ usage(void)
176" [-i identity_file] [-L [bind_address:]port:host:hostport]\n" 176" [-i identity_file] [-L [bind_address:]port:host:hostport]\n"
177" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n" 177" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
178" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n" 178" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
179" [-w tunnel:tunnel] [user@]hostname [command]\n" 179" [-w local_tun[:remote_tun]] [user@]hostname [command]\n"
180 ); 180 );
181 exit(255); 181 exit(255);
182} 182}