]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Don't describe System V syntax, as it doesn't always work.
authorJim Meyering <jim@meyering.net>
Fri, 11 Aug 2000 09:12:05 +0000 (09:12 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Aug 2000 09:12:05 +0000 (09:12 +0000)
src/tr.c

index bf9aece0a207f2b1cd667bfba27f0f5c952abf1a..22e271a15282d9d49ac471f227ec660aa9ccebfc 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -354,7 +354,6 @@ Interpreted sequences are:\n\
   \\t              horizontal tab\n\
   \\v              vertical tab\n\
   CHAR1-CHAR2     all characters from CHAR1 to CHAR2 in ascending order\n\
-  [CHAR1-CHAR2]   same as CHAR1-CHAR2, if both SET1 and SET2 use this\n\
   [CHAR*]         in SET2, copies of CHAR until length of SET1\n\
   [CHAR*REPEAT]   REPEAT copies of CHAR, REPEAT octal if starting with 0\n\
   [:alnum:]       all letters and digits\n\