Added the --delete-missing-args option to delete specified
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 5740b10..1ad15b7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ Changes since 3.0.5:
     - The sender now skips a (bogus) symlink that has a 0-length value, which
       avoids a transfer error in the receiver.
 
+    - Added the --delete-missing option to delete user-specified files on the
+      receiver that are missing on the sender (normally the absence of user-
+      specified files generates an error).
+
     - Fixed a case where the sender could die with a tag-0 error if there was
       an I/O during the sending of the file list.