diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-02-24 04:16:33 +0000 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-02-24 04:16:33 +0000 |
commit | 0e80f089be57e8c1e607551d0cf9c9701a5f213c (patch) | |
tree | 6530a7385831c126da64b4105544aafbaf89ba18 | |
parent | f3a24e0047b19715b19882b612d98fb864aad808 (diff) |
update doc
-rw-r--r-- | doc/mscp.1.in | 5 | ||||
-rw-r--r-- | doc/mscp.rst | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/doc/mscp.1.in b/doc/mscp.1.in index 5c575ad..f6d1a2f 100644 --- a/doc/mscp.1.in +++ b/doc/mscp.1.in @@ -217,10 +217,9 @@ Quiet mode: turns off all outputs. .TP .B \-D Dry-run mode: it scans source files to be copied, calculates chunks, -and resolves destination file paths. Dry-run mode with +resolves destination file paths, and exits. Dry-run mode with .B -vv -option enables confirming files to be copied and their destination -paths. +option can confirm files to be copied and their destination paths. .TP .B \-r diff --git a/doc/mscp.rst b/doc/mscp.rst index cb40961..3d86d6a 100644 --- a/doc/mscp.rst +++ b/doc/mscp.rst @@ -2,7 +2,7 @@ MSCP ==== -:Date: v0.1.4-24-g426c3d6 +:Date: v0.1.4-25-gf3a24e0 NAME ==== @@ -125,8 +125,8 @@ OPTIONS **-D** Dry-run mode: it scans source files to be copied, calculates chunks, - and resolves destination file paths. Dry-run mode with **-vv** option - enables confirming files to be copied and their destination paths. + resolves destination file paths, and exits. Dry-run mode with **-vv** + option can confirm files to be copied and their destination paths. **-r** No effect. **mscp** copies recursively if a source path is a |