diff options
author | Matt Johnston <matt@ucc.asn.au> | 2011-02-24 14:18:13 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2011-02-24 14:18:13 +0000 |
commit | f99a19b6ca41af7178eadff9b686c33fb48dbd55 (patch) | |
tree | 739b05d5eb5341621d2064a0f18e847d0a502558 /dbclient.1 | |
parent | 5a7a88b8431301cf9c2019249be542825c00571c (diff) |
Mention -L/-R listenaddress argument in manpage
--HG--
extra : convert_revision : 2728be15a280f7b0d48741d033381c0ebf2281f5
Diffstat (limited to 'dbclient.1')
-rw-r--r-- | dbclient.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,7 +36,7 @@ Read the identity from file .I idfile (multiple allowed). .TP -.B \-L \fIlistenport\fR:\fIhost\fR:\fIport\fR +.B \-L [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR Local port forwarding. Forward the port .I listenport @@ -45,7 +45,7 @@ on the local host through the SSH connection to port on the host .IR host . .TP -.B \-R \fIlistenport\fR:\fIhost\fR:\fIport\fR +.B \-R [\fIlistenaddress\fR]:\fIlistenport\fR:\fIhost\fR:\fIport\fR Remote port forwarding. Forward the port .I listenport |