From: Jim Meyering Date: Sat, 1 Mar 1997 04:33:59 +0000 (+0000) Subject: (usage): Fix typo in --help output. From Andreas Schwab. X-Git-Tag: SH-UTILS-1_16a~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea805db369baff9caff28a80ba5f5e0562b8d68a;p=thirdparty%2Fcoreutils.git (usage): Fix typo in --help output. From Andreas Schwab. --- diff --git a/src/uniq.c b/src/uniq.c index a39d23d48e..14564832e4 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -131,7 +131,7 @@ standard input), writing to OUTPUT (or standard output).\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ -A field is a run of whitespace, than non-whitespace characters.\n\ +A field is a run of whitespace, then non-whitespace characters.\n\ Fields are skipped before chars.\n\ ")); puts (_("\nReport bugs to ."));