diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-17 19:45:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-17 19:45:03 +0000 |
commit | 2fcddf25149a4d9d34eba242f710211ed2445858 (patch) | |
tree | 1b39915bc995e631aca20589e5082b309450f3fb /src | |
parent | 450dbb37c231547df17bc73a2c438c5d49dd7b65 (diff) | |
download | coreutils-2fcddf25149a4d9d34eba242f710211ed2445858.tar.xz |
(usage): Remove strap `)' in --help output.
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 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\ |