From 1e05b590c48734e780b5260f3ed1d89016fd86e2 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 29 Dec 2006 01:22:51 +0000 Subject: [PATCH] Fixed a typo and improved a sentence. --- rsync.yo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rsync.yo b/rsync.yo index 4abea313..834c71be 100644 --- a/rsync.yo +++ b/rsync.yo @@ -543,11 +543,11 @@ bf(--files-from) list). It is also only possible when both ends of the transfer are at least version 3.0.0. Some options require rsync to know the full file list, so these options -disable the incremental recusion mode. These include: bf(--delete-before), +disable the incremental recursion mode. These include: bf(--delete-before), bf(--delete-after), bf(--delay-updates), and (currently) bf(--hard-links). Because of this, the default delete mode when you specify bf(--delete) is now -bf(--delete-during) (when both ends of the connection are at least 3.0.0; -use bf(--del) or bf(--delete-during) to request this improved deletion mode +bf(--delete-during) when both ends of the connection are at least 3.0.0 +(use bf(--del) or bf(--delete-during) to request this improved deletion mode explicitly). See also the bf(--delete-delay) option that is a better choice than using bf(--delete-after). -- 2.34.1