Change `--info=skip2` messages & add info on attr changes.
[rsync.git] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index d978222c40dd473a26aeb0a64330a1b5a7ce77ae..bbc1b3fe1d64e1326e5ce1bdda8ae3fd395b60f1 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -32,7 +32,8 @@
 
  - Added extra info to the "FILENAME exists" output of `--ignore-existing` when
    `--info=skip2` is used.  The skip message becomes "FILENAME exists (INFO)"
-   where the INFO is one of uptodate, type differs, or differs.
+   where the INFO is one of "type change", "sum change" (requires `-c`), "file
+   change" (based on the quick check), "attr change", or "uptodate".
 
  - Some manpage improvements.