]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Document the changed name of --no-i-r.
authorWayne Davison <wayned@samba.org>
Tue, 18 Sep 2007 14:03:41 +0000 (14:03 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 18 Sep 2007 14:03:41 +0000 (14:03 +0000)
rsync.yo

index a89be88241929180f43ff4fe54a4137c34e07999..a98d1eab2df12dad2dc1b2a2cac0c1a315ad2e76 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -585,7 +585,7 @@ explicitly).  See also the bf(--delete-delay) option that is a better choice
 than using bf(--delete-after).
 
 Incremental recursion can be disabled using the bf(--no-inc-recursive)
-option or its shorter bf(--no-ir) alias.
+option or its shorter bf(--no-i-r) alias.
 
 dit(bf(-R, --relative)) Use relative paths. This means that the full path
 names specified on the command line are sent to the server rather than
@@ -807,7 +807,7 @@ If incremental recursion is active (see bf(--recursive)), rsync may transfer
 a missing hard-linked file before it finds that another link for the file
 exists elsewhere in the hierarchy.  This does not affect the accuracy of
 the transfer, just its efficiency.  One way to avoid this is to disable
-incremental recursion using the bf(--no-ir) option.
+incremental recursion using the bf(--no-inc-recursive) option.
 
 dit(bf(-p, --perms)) This option causes the receiving rsync to set the
 destination permissions to be the same as the source permissions.  (See