diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-07-02 23:01:56 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-07-02 23:01:56 +0000 |
commit | 126c498b6c358b403f9a830a546d97741088ee5c (patch) | |
tree | dc6a4ca06fe49a8491365c1b4db794be0667ca2f /usr.bin/ssh/clientloop.c | |
parent | d3d067ecfaf14fd0698551a8fc2c905aae180380 (diff) |
use -KR[bind_address:]port here; ok djm@
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index aec86da302e..eb5bd58a031 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.164 2006/06/26 10:36:15 djm Exp $ */ +/* $OpenBSD: clientloop.c,v 1.165 2006/07/02 23:01:55 stevesk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -925,7 +925,7 @@ process_cmdline(void) "Request local forward"); logit(" -R[bind_address:]port:host:hostport " "Request remote forward"); - logit(" -KR[bind_address:]hostport " + logit(" -KR[bind_address:]port " "Cancel remote forward"); if (!options.permit_local_command) goto out; |