summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 389cca930..ad0fd1d24 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,13 @@ GNU coreutils NEWS -*- outline -*-
When sorting very large inputs, this can result in sort using far
less temporary disk space and in improved performance.
+** New features
+
+ sort accepts the new option -C, which acts like -c except no diagnostic
+ is printed. Its --check option now accepts an optional argument, and
+ --check=quiet and --check=silent are now aliases for -C, while
+ --check=diagnose-first is an alias for -c or plain --check.
+
* Noteworthy changes in release 6.7 (2006-12-08) [stable]