1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 13:00:00 +02:00

doc: clarify that uniq -d outputs a single entry per group

* src/uniq.c (usage): Clarify the -d option.
Fixes http://bugs.gnu.org/14996
This commit is contained in:
Pádraig Brady
2013-08-03 10:36:39 +01:00
parent dffaa8db2d
commit 57b6bdff7e
+1 -1
View File
@@ -182,7 +182,7 @@ With no options, matching lines are merged to the first occurrence.\n\
fputs (_("\
-c, --count prefix lines by the number of occurrences\n\
-d, --repeated only print duplicate lines\n\
-d, --repeated only print duplicate lines, one for each group\n\
"), stdout);
fputs (_("\
-D, --all-repeated[=METHOD] print all duplicate lines\n\