diff options
-rw-r--r-- | doc/mscp.1.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/mscp.1.in b/doc/mscp.1.in index e3147d6..2bccfe8 100644 --- a/doc/mscp.1.in +++ b/doc/mscp.1.in @@ -52,6 +52,9 @@ mscp \- copy files over multiple SSH connections [\c .BI \-C \ COMPRESS\c ] +[\c +.BI \-g \ CONGESTION\c +] .I source ... target .SH DESCRIPTION @@ -225,6 +228,10 @@ libssh features .UE . .TP +.B \-g \fICONGESTION\fR +Specifies the TCP congestion control algorithm to use (Linux only). + +.TP .B \-p Preserves modification times and access times (file mode bits are preserved by default). |