update man and doc for adjusting to -p option

This commit is contained in:
Ryo Nakamura
2024-02-07 14:32:36 +09:00
parent 96084004b6
commit a9c59f744a
2 changed files with 11 additions and 7 deletions

View File

@@ -179,7 +179,7 @@ Specifies the username to log in on the remote machine as with
.I ssh(1). .I ssh(1).
.TP .TP
.B \-p,\-P \fIPORT\fR .B \-P \fIPORT\fR
Specifies the port number to connect to on the remote machine as with Specifies the port number to connect to on the remote machine as with
ssh(1) and scp(1). ssh(1) and scp(1).

View File

@@ -2,7 +2,7 @@
MSCP MSCP
==== ====
:Date: v0.1.3-15-g9908fb3 :Date: v0.1.3-22-g9608400
NAME NAME
==== ====
@@ -12,13 +12,13 @@ mscp - copy files over multiple SSH connections
SYNOPSIS SYNOPSIS
======== ========
**mscp** [**-vqDHdNh**] [ **-n**\ *NR_CONNECTIONS* ] [ **mscp** [**-vqDpHdNh**] [ **-n**\ *NR_CONNECTIONS* ] [
**-m**\ *COREMASK* ] [ **-u**\ *MAX_STARTUPS* ] [ **-I**\ *INTERVAL* ] [ **-m**\ *COREMASK* ] [ **-u**\ *MAX_STARTUPS* ] [ **-I**\ *INTERVAL* ] [
**-s**\ *MIN_CHUNK_SIZE* ] [ **-S**\ *MAX_CHUNK_SIZE* ] [ **-s**\ *MIN_CHUNK_SIZE* ] [ **-S**\ *MAX_CHUNK_SIZE* ] [
**-a**\ *NR_AHEAD* ] [ **-b**\ *BUF_SIZE* ] [ **-l**\ *LOGIN_NAME* ] [ **-a**\ *NR_AHEAD* ] [ **-b**\ *BUF_SIZE* ] [ **-l**\ *LOGIN_NAME* ] [
**-p**\ \| **-P**\ *PORT* ] [ **-F**\ *CONFIG* ] [ **-i**\ *IDENTITY* ] **-P**\ *PORT* ] [ **-F**\ *CONFIG* ] [ **-i**\ *IDENTITY* ] [
[ **-c**\ *CIPHER* ] [ **-M**\ *HMAC* ] [ **-C**\ *COMPRESS* ] *source **-c**\ *CIPHER* ] [ **-M**\ *HMAC* ] [ **-C**\ *COMPRESS* ] *source ...
... target* target*
DESCRIPTION DESCRIPTION
=========== ===========
@@ -106,7 +106,7 @@ OPTIONS
Specifies the username to log in on the remote machine as with Specifies the username to log in on the remote machine as with
*ssh(1).* *ssh(1).*
**-p,-P PORT** **-P PORT**
Specifies the port number to connect to on the remote machine as with Specifies the port number to connect to on the remote machine as with
ssh(1) and scp(1). ssh(1) and scp(1).
@@ -130,6 +130,10 @@ OPTIONS
Enables compression: yes, no, zlib, zlib@openssh.com. The default is Enables compression: yes, no, zlib, zlib@openssh.com. The default is
none. See `libssh features <https://www.libssh.org/features/>`__. none. See `libssh features <https://www.libssh.org/features/>`__.
**-p**
Preserves modification times and access times (file mode bits are
preserved by default).
**-H** **-H**
Disables hostkey checking. Disables hostkey checking.