From 7a4d387edf24ffc8c98e710365ae6efc443e2d27 Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Tue, 22 Sep 2009 22:53:50 -0400 Subject: [PATCH] Fix misleading --force documentation (bug 6752) --- options.c | 2 +- rsync.yo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/options.c b/options.c index 3c72eaed..a0b02006 100644 --- a/options.c +++ b/options.c @@ -722,7 +722,7 @@ void usage(enum logcode F) rprintf(F," --ignore-missing-args ignore missing source args without error\n"); rprintf(F," --delete-missing-args delete missing source args from destination\n"); rprintf(F," --ignore-errors delete even if there are I/O errors\n"); - rprintf(F," --force force deletion of directories even if not empty\n"); + rprintf(F," --force OK to replace non-empty dirs with non-dirs\n"); rprintf(F," --max-delete=NUM don't delete more than NUM files\n"); rprintf(F," --max-size=SIZE don't transfer any file larger than SIZE\n"); rprintf(F," --min-size=SIZE don't transfer any file smaller than SIZE\n"); diff --git a/rsync.yo b/rsync.yo index 92834253..2a42ab53 100644 --- a/rsync.yo +++ b/rsync.yo @@ -378,7 +378,7 @@ to the detailed description below for a complete description. verb( --ignore-missing-args ignore missing source args without error --delete-missing-args delete missing source args from destination --ignore-errors delete even if there are I/O errors - --force force deletion of dirs even if not empty + --force OK to replace non-empty dirs with non-dirs --max-delete=NUM don't delete more than NUM files --max-size=SIZE don't transfer any file larger than SIZE --min-size=SIZE don't transfer any file smaller than SIZE -- 2.34.1