]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tr: improve --help's description of --complement (-c)
authorHeikki Orsila <heikki.orsila@iki.fi>
Sun, 26 Jul 2009 16:33:13 +0000 (19:33 +0300)
committerJim Meyering <meyering@redhat.com>
Mon, 27 Jul 2009 09:55:35 +0000 (11:55 +0200)
src/tr.c

index e9338d48ffbf15da7115bb41b95348a6e421acc2..c6622d0571d49e98763b835d42ea0354a0820992 100644 (file)
--- 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\