From 6edc9c972ea2c2e67252330b321a62cac52d896e Mon Sep 17 00:00:00 2001 From: Heikki Orsila Date: Sun, 26 Jul 2009 19:33:13 +0300 Subject: tr: improve --help's description of --complement (-c) --- src/tr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tr.c b/src/tr.c index e9338d48f..c6622d057 100644 --- a/src/tr.c +++ b/src/tr.c @@ -291,7 +291,7 @@ Usage: %s [OPTION]... SET1 [SET2]\n\ Translate, squeeze, and/or delete characters from standard input,\n\ writing to standard output.\n\ \n\ - -c, -C, --complement first complement SET1\n\ + -c, -C, --complement use the complement of SET1\n\ -d, --delete delete characters in SET1, do not translate\n\ -s, --squeeze-repeats replace each input sequence of a repeated character\n\ that is listed in SET1 with a single occurrence\n\ -- cgit v1.2.3-54-g00ecf