diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-02-07 15:14:20 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-02-07 15:14:29 +0900 |
commit | 1d8d853b30725e41b1d73f045630cb775e2b77bf (patch) | |
tree | eb92426be77e0e155a550f5cde86bfa5d87a7fd1 | |
parent | b2628b54fb08ff0c91b352c4cfc09923a0896027 (diff) |
fix manpage to add -g option
-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). |