From ea805db369baff9caff28a80ba5f5e0562b8d68a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Mar 1997 04:33:59 +0000 Subject: (usage): Fix typo in --help output. From Andreas Schwab. --- src/uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uniq.c') diff --git a/src/uniq.c b/src/uniq.c index a39d23d48..14564832e 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 .")); -- cgit v1.2.3-54-g00ecf