diff options
author | Heikki Orsila <heikki.orsila@iki.fi> | 2009-07-26 19:33:13 +0300 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-07-27 11:55:35 +0200 |
commit | 6edc9c972ea2c2e67252330b321a62cac52d896e (patch) | |
tree | 529a57be87aa2eb5419dce4a76c69f3737c374a2 | |
parent | 2f4188ebec8a5cd833dc8061b714145a58dc86aa (diff) | |
download | coreutils-6edc9c972ea2c2e67252330b321a62cac52d896e.tar.xz |
tr: improve --help's description of --complement (-c)
-rw-r--r-- | src/tr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |