diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-15 08:41:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-15 08:41:23 +0000 |
commit | d9feb76a0274187563e6a0e2bdb5a461da273527 (patch) | |
tree | 9ce2a5ee1dde3430fb40b591ac0b0767ab2f55eb /src | |
parent | 872325a65691d2a0d39e43369a7abcdd99a14c73 (diff) | |
download | coreutils-d9feb76a0274187563e6a0e2bdb5a461da273527.tar.xz |
(usage): Give a verbose description of --squeeze-repeats,
including the mention of SET1.
Diffstat (limited to 'src')
-rw-r--r-- | src/tr.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -334,7 +334,9 @@ writing to standard output.\n\ \n\ -c, --complement first complement SET1\n\ -d, --delete delete characters in SET1, do not translate\n\ - -s, --squeeze-repeats replace sequence of characters with one\n\ + -s, --squeeze-repeats replace each input sequence of a repeated character\n\ + that is listed in SET1 with a single occurrence\n\ + of that character\n\ -t, --truncate-set1 first truncate SET1 to length of SET2\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); |