summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-02 17:12:58 +0000
committerstevesk <stevesk@openbsd.org>2006-07-02 17:12:58 +0000
commitf0e445d9851e795a393d4492c3f12b9f1cd2754f (patch)
treef9475f8817f077b956492e06d9d5d67b7205598c /usr.bin/ssh/ssh.c
parentRecognise OpenBSD vendor ID (diff)
downloadwireguard-openbsd-f0e445d9851e795a393d4492c3f12b9f1cd2754f.tar.xz
wireguard-openbsd-f0e445d9851e795a393d4492c3f12b9f1cd2754f.zip
more details and clarity for tun(4) device forwarding; ok and help
jmc@
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r--usr.bin/ssh/ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index a38cb70df66..39398440f62 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.276 2006/04/25 08:02:27 dtucker Exp $ */
+/* $OpenBSD: ssh.c,v 1.277 2006/07/02 17:12:58 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -172,7 +172,7 @@ usage(void)
" [-i identity_file] [-L [bind_address:]port:host:hostport]\n"
" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
-" [-w tunnel:tunnel] [user@]hostname [command]\n"
+" [-w local_tun[:remote_tun]] [user@]hostname [command]\n"
);
exit(255);
}