diff options
-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 |