diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-17 16:44:46 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-17 16:44:46 +0000 |
commit | 6676cafcf98bb42172ee51cd5c1e19ea66414fef (patch) | |
tree | cc972f2719033cdcd53d24db2ba3ce5e43714bb2 /tr.c | |
parent | d53cc65a1205f2a1b5a9706441504a993a06aa8f (diff) | |
download | busybox-w32-6676cafcf98bb42172ee51cd5c1e19ea66414fef.tar.gz busybox-w32-6676cafcf98bb42172ee51cd5c1e19ea66414fef.tar.bz2 busybox-w32-6676cafcf98bb42172ee51cd5c1e19ea66414fef.zip |
Bugfixes.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@468 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'tr.c')
-rw-r--r-- | tr.c | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -44,7 +44,7 @@ static char sccsid[] = "@(#)tr.c 8.2 (Berkeley) 5/4/95"; | |||
44 | #endif | 44 | #endif |
45 | static const char rcsid[] = | 45 | static const char rcsid[] = |
46 | 46 | ||
47 | "$Id: tr.c,v 1.3 2000/04/15 16:34:54 erik Exp $"; | 47 | "$Id: tr.c,v 1.4 2000/04/17 16:44:46 erik Exp $"; |
48 | #endif /* not lint */ | 48 | #endif /* not lint */ |
49 | #endif /* #if 0 */ | 49 | #endif /* #if 0 */ |
50 | 50 | ||
@@ -138,10 +138,7 @@ int cflag; | |||
138 | 138 | ||
139 | static void tr_usage() | 139 | static void tr_usage() |
140 | { | 140 | { |
141 | usage( "\ttr [-csu] string1 string2\n" | 141 | usage( "\ttr [-cdsu] string1 [string2]\n\n" |
142 | "\ttr [-cu] -d string1\n" | ||
143 | "\ttr [-cu] -s string1\n" | ||
144 | "\ttr [-cu] -ds string1 string2\n\n" | ||
145 | "Translate, squeeze, and/or delete characters from standard\n" | 142 | "Translate, squeeze, and/or delete characters from standard\n" |
146 | "input, writing to standard output.\n"); | 143 | "input, writing to standard output.\n"); |
147 | } | 144 | } |