From 2fcddf25149a4d9d34eba242f710211ed2445858 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 Dec 2001 19:45:03 +0000 Subject: [PATCH] (usage): Remove strap `)' in --help output. --- src/uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.47.3