From 0010ee45e37a66be737617a3356368ec9a914f71 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 21 Jul 2000 15:10:57 +0000 Subject: Fixed usage info for "cut" --- applets/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') diff --git a/applets/usage.c b/applets/usage.c index a3d302e1e..1031f24bc 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -117,7 +117,7 @@ const char cut_usage[] = "\t-b LIST\tOutput only bytes from LIST\n" "\t-c LIST\tOutput only characters from LIST\n" "\t-d CHAR\tUse CHAR instead of tab as the field delimiter\n" - "\t-s\tOnly output Lines if the include DELIM\n" + "\t-s\tOutput only the lines containing delimiter\n" "\t-f N\tPrint only these fields\n" "\t-n\tIgnored\n" #endif -- cgit v1.2.3