summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-02-07 14:34:15 +0900
committerRyo Nakamura <upa@haeena.net>2024-02-07 15:14:27 +0900
commitb2628b54fb08ff0c91b352c4cfc09923a0896027 (patch)
tree1c77df426e9636c796e4568ac5cd12114b052a9d /doc
parenta9c59f744a29f921ab55518a3b2b5b5c7ca6b95d (diff)
add -4 and -6 options to use either IPv4 or IPv6
Diffstat (limited to 'doc')
-rw-r--r--doc/mscp.1.in10
-rw-r--r--doc/mscp.rst10
2 files changed, 17 insertions, 3 deletions
diff --git a/doc/mscp.1.in b/doc/mscp.1.in
index affaf5f..e3147d6 100644
--- a/doc/mscp.1.in
+++ b/doc/mscp.1.in
@@ -6,7 +6,7 @@ mscp \- copy files over multiple SSH connections
.SH SYNOPSIS
.B mscp
-.RB [ \-vqDpHdNh ]
+.RB [ \-46vqDpHdNh ]
[\c
.BI \-n \ NR_CONNECTIONS\c
]
@@ -151,6 +151,14 @@ value is 16384. Note that the SSH specification restricts buffer size
delivered over SSH. Changing this value is not recommended at present.
.TP
+.B \-4
+Uses IPv4 addresses only.
+
+.TP
+.B \-6
+Uses IPv6 addresses only.
+
+.TP
.B \-v
Increments the verbose output level.
diff --git a/doc/mscp.rst b/doc/mscp.rst
index 1c76a4c..a835fff 100644
--- a/doc/mscp.rst
+++ b/doc/mscp.rst
@@ -2,7 +2,7 @@
MSCP
====
-:Date: v0.1.3-22-g9608400
+:Date: v0.1.3-23-ga9c59f7
NAME
====
@@ -12,7 +12,7 @@ mscp - copy files over multiple SSH connections
SYNOPSIS
========
-**mscp** [**-vqDpHdNh**] [ **-n**\ *NR_CONNECTIONS* ] [
+**mscp** [**-46vqDpHdNh**] [ **-n**\ *NR_CONNECTIONS* ] [
**-m**\ *COREMASK* ] [ **-u**\ *MAX_STARTUPS* ] [ **-I**\ *INTERVAL* ] [
**-s**\ *MIN_CHUNK_SIZE* ] [ **-S**\ *MAX_CHUNK_SIZE* ] [
**-a**\ *NR_AHEAD* ] [ **-b**\ *BUF_SIZE* ] [ **-l**\ *LOGIN_NAME* ] [
@@ -87,6 +87,12 @@ OPTIONS
delivered over SSH. Changing this value is not recommended at
present.
+**-4**
+ Uses IPv4 addresses only.
+
+**-6**
+ Uses IPv6 addresses only.
+
**-v**
Increments the verbose output level.