From 26702fe1919ed4d01649acc81c2d42545004cbfd Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Mon, 17 Apr 2000 16:44:46 +0000 Subject: Bugfixes. -Erik --- coreutils/tr.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'coreutils') diff --git a/coreutils/tr.c b/coreutils/tr.c index b631b0065..5f4938028 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)tr.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: tr.c,v 1.3 2000/04/15 16:34:54 erik Exp $"; + "$Id: tr.c,v 1.4 2000/04/17 16:44:46 erik Exp $"; #endif /* not lint */ #endif /* #if 0 */ @@ -138,10 +138,7 @@ int cflag; static void tr_usage() { - usage( "\ttr [-csu] string1 string2\n" - "\ttr [-cu] -d string1\n" - "\ttr [-cu] -s string1\n" - "\ttr [-cu] -ds string1 string2\n\n" + usage( "\ttr [-cdsu] string1 [string2]\n\n" "Translate, squeeze, and/or delete characters from standard\n" "input, writing to standard output.\n"); } -- cgit v1.2.3