X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fb41a3c66951502e6e9461d198943566799b9f62..47c1197534c3247a2669df86fbc36d4094d6ba93:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 2d0fb5d5..84735898 100644 --- a/rsync.yo +++ b/rsync.yo @@ -339,7 +339,7 @@ to the detailed description below for a complete description. verb( --rsync-path=PROGRAM specify the rsync to run on remote machine --existing skip creating new files on receiver --ignore-existing skip updating files that exist on receiver - --remove-sender-files sender removes synchronized files (non-dir) + --remove-source-files sender removes synchronized files (non-dir) --del an alias for --delete-during --delete delete extraneous files from dest dirs --delete-before receiver deletes before transfer (default) @@ -918,7 +918,7 @@ dit(bf(--ignore-existing)) This tells rsync to skip updating files that already exist on the destination (this does em(not) ignore existing directores, or nothing would get done). See also bf(--existing). -dit(bf(--remove-sender-files)) This tells rsync to remove from the sending +dit(bf(--remove-source-files)) This tells rsync to remove from the sending side the files (meaning non-directories) that are a part of the transfer and have been successfully duplicated on the receiving side.