]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: clarify that uniq -d outputs a single entry per group
authorPádraig Brady <P@draigBrady.com>
Sat, 3 Aug 2013 09:36:39 +0000 (10:36 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 3 Aug 2013 09:36:39 +0000 (10:36 +0100)
* src/uniq.c (usage): Clarify the -d option.
Fixes http://bugs.gnu.org/14996

src/uniq.c

index 835b5b1943e5bfe47b6c201f5432b4f8266bccc9..530f7164184dda1ca40b3b549811e97096b62855 100644 (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\