summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-20 06:55:06 +0000
committerJim Meyering <jim@meyering.net>2001-05-20 06:55:06 +0000
commitf251729f7ac91b295fa5eb4c40d030d34950ab9b (patch)
treebddf0604f1d5024b7180eb76e4214477bceb97db /old/textutils
parentc08d9590566137a0e414f49d8395438db7cca18f (diff)
downloadcoreutils-f251729f7ac91b295fa5eb4c40d030d34950ab9b.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 87d1b1149..2a4705857 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,7 +1,7 @@
Changes in release 2.1
[2.0.15]
* uniq's --all-repeated option has new modes to delimit groups
- of duplicate lines: --all-repeated={all,minimum,none(default)}
+ of duplicate lines: --all-repeated={precede,separate,none(default)}
[2.0.14]
* sort now accepts long options like "--reverse" and "--".
* sort now checks option syntax as POSIX requires, except that (as usual