diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uniq.c b/src/uniq.c index 835b5b194..530f71641 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\ |