summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tr.c b/src/tr.c
index 2ee69ff8e..b08c21804 100644
--- a/src/tr.c
+++ b/src/tr.c
@@ -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);