From: Jim Meyering Date: Mon, 17 Dec 2001 19:45:03 +0000 (+0000) Subject: (usage): Remove strap `)' in --help output. X-Git-Tag: FILEUTILS-4_1_5~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fcddf25149a4d9d34eba242f710211ed2445858;p=thirdparty%2Fcoreutils.git (usage): Remove strap `)' in --help output. --- diff --git a/src/uniq.c b/src/uniq.c index d452f2afb3..4fa334174b 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\