From 0010ee45e37a66be737617a3356368ec9a914f71 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 21 Jul 2000 15:10:57 +0000 Subject: [PATCH] Fixed usage info for "cut" --- applets/usage.c | 2 +- docs/busybox.pod | 4 ++-- docs/busybox.sgml | 2 +- usage.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 diff --git a/docs/busybox.pod b/docs/busybox.pod index ca241433f..4264f57c6 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -279,7 +279,7 @@ Options: -b LIST Output only bytes from LIST -c LIST Output only characters from LIST -d CHAR Use CHAR instead of tab as the field delimiter - -s Only output Lines if the include DELIM + -s Output only the lines containing delimiter -f N Print only these fields -n Ignored @@ -2034,4 +2034,4 @@ Enrique Zanardi =cut -# $Id: busybox.pod,v 1.57 2000/07/20 23:41:24 andersen Exp $ +# $Id: busybox.pod,v 1.58 2000/07/21 15:10:57 proski Exp $ diff --git a/docs/busybox.sgml b/docs/busybox.sgml index f0dd3bf62..d19ee242c 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -507,7 +507,7 @@ -b LIST Output only bytes from LIST -c LIST Output only characters from LIST -d CHAR Use CHAR instead of tab as the field delimiter - -s Only output Lines if the include DELIM + -s Output only the lines containing delimiter -f N Print only these fields -n Ignored diff --git a/usage.c b/usage.c index a3d302e1e..1031f24bc 100644 --- a/usage.c +++ b/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