summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-12-17 19:45:03 +0000
committerJim Meyering <jim@meyering.net>2001-12-17 19:45:03 +0000
commit2fcddf25149a4d9d34eba242f710211ed2445858 (patch)
tree1b39915bc995e631aca20589e5082b309450f3fb /src/uniq.c
parent450dbb37c231547df17bc73a2c438c5d49dd7b65 (diff)
downloadcoreutils-2fcddf25149a4d9d34eba242f710211ed2445858.tar.xz
(usage): Remove strap `)' in --help output.
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uniq.c b/src/uniq.c
index d452f2afb..4fa334174 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -148,7 +148,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
"), stdout);
fputs (_("\
-D, --all-repeated[=delimit-method] print all duplicate lines\n\
- delimit-method={none(default),prepend,separate)}\n\
+ delimit-method={none(default),prepend,separate}\n\
Delimiting is done with blank lines.\n\
-f, --skip-fields=N avoid comparing the first N fields\n\
-i, --ignore-case ignore differences in case when comparing\n\