From f99a19b6ca41af7178eadff9b686c33fb48dbd55 Mon Sep 17 00:00:00 2001 From: Matt Johnston <matt@ucc.asn.au> Date: Thu, 24 Feb 2011 14:18:13 +0000 Subject: [PATCH] Mention -L/-R listenaddress argument in manpage --HG-- extra : convert_revision : 2728be15a280f7b0d48741d033381c0ebf2281f5 --- dbclient.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbclient.1 b/dbclient.1 index 2065502e..73d5aaf9 100644 --- a/dbclient.1 +++ b/dbclient.1 @@ -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 -- GitLab