diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mscp.1.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/mscp.1.in b/doc/mscp.1.in index b329c27..13e4347 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 [ \-vqDHdNh ] +.RB [ \-vqDpHdNh ] [\c .BI \-n \ NR_CONNECTIONS\c ] @@ -35,7 +35,6 @@ mscp \- copy files over multiple SSH connections .BI \-l \ LOGIN_NAME\c ] [\c -.BR \-p |\c .BI \-P \ PORT\c ] [\c @@ -218,6 +217,11 @@ libssh features .UE . .TP +.B \-p +Preserves modification times and access times (file mode bits are +preserved by default). + +.TP .B \-H Disables hostkey checking. |