Fix some fuzz in the --help text hunks.
[rsync/rsync-patches.git] / links-depth.diff
index c626777..548f699 100644 (file)
@@ -73,7 +73,7 @@ in this modified version.
  int preserve_perms = 0;
  int preserve_devices = 0;
 @@ -242,6 +243,7 @@ void usage(enum logcode F)
-   rprintf(F,"     --inplace               update the destination file inplace (see man page)\n");
+   rprintf(F,"     --inplace               update destination files inplace (SEE MAN PAGE)\n");
    rprintf(F," -K, --keep-dirlinks         treat symlinked dir on receiver as dir\n");
    rprintf(F," -l, --links                 copy symlinks as symlinks\n");
 +  rprintf(F,"     --links-depth=NUM       follow symlinks up to NUM depth\n");