From: Pádraig Brady Date: Sat, 3 Aug 2013 09:36:39 +0000 (+0100) Subject: doc: clarify that uniq -d outputs a single entry per group X-Git-Tag: v8.22~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57b6bdff7e277c6286afd439bb276049dd9ef6ea;p=thirdparty%2Fcoreutils.git 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 --- diff --git a/src/uniq.c b/src/uniq.c index 835b5b1943..530f716418 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -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\