]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Give a verbose description of --squeeze-repeats,
authorJim Meyering <jim@meyering.net>
Mon, 15 Apr 2002 08:41:23 +0000 (08:41 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 15 Apr 2002 08:41:23 +0000 (08:41 +0000)
including the mention of SET1.

src/tr.c

index 2ee69ff8e6f7f05732291a2d872e370d50598fb3..b08c21804712ef2ec473708d1ef276a60f71752e 100644 (file)
--- 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);