Don't allow --remove-s*-files with --read-batch.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 836d476..45ff1bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,3 +47,6 @@ Changes since 3.0.5:
 
     - Fixed a run-time issue for systems that can't find iconv_open() by adding
       the --disable-iconv-open configure option.
+
+    - Complain and die if the user tries to combine --remove-source-files (or
+      the deprecated --remove-sent-files) with --read-batch.