summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivano@gnu.org>2015-11-02 19:03:32 +0000
committerJim Meyering <meyering@fb.com>2015-11-29 08:20:53 -0800
commit0e72de47952beead69e44a4a8c9b4994992ef8ac (patch)
tree6267a9244f9e9209508754ad42d3d137ccb3e81b /NEWS
parent04f6d57177fb6c9e7bbcf716c521bc323936a9a5 (diff)
downloaddiffutils-0e72de47952beead69e44a4a8c9b4994992ef8ac.tar.gz
doc: mention --color and --palette in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7cdfedd..088f13b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@ GNU diffutils NEWS -*- outline -*-
* Noteworthy changes in release ?.? (????-??-??) [?]
+** New features
+
+ diff accepts two new options --color and --palette to generate
+ and configure colored output. --color takes an optional argument
+ specifying when to colorize a line: --color=always, --color=auto,
+ --color=never. --palette is used to configure which colors are used.
+
** Bug fixes
When binary files differ, diff now exits with status 1 as POSIX requires.