summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/uniq.c b/src/uniq.c
index ad0c1d6ae..fb0f0cb89 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -181,10 +181,9 @@ With no options, matching lines are merged to the first occurrence.\n\
-d, --repeated only print duplicate lines, one for each group\n\
"), stdout);
fputs (_("\
- -D print all duplicate lines\n\
- --all-repeated[=METHOD] like -D, but allow separating groups\n\
- with an empty line;\n\
- METHOD={none(default),prepend,separate}\n\
+ -D, --all-repeated[=METHOD] print all duplicate lines,\n\
+ optionally separating groups with an empty line;\n\
+ METHOD={none(default),prepend,separate}\n\
"), stdout);
fputs (_("\
-f, --skip-fields=N avoid comparing the first N fields\n\