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:
+1
-1
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user