aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2000-07-21 15:10:57 +0000
committerPavel Roskin <proski@gnu.org>2000-07-21 15:10:57 +0000
commit0010ee45e37a66be737617a3356368ec9a914f71 (patch)
treeae5d0ac5081a283c459d4bdef42bef91e26b931c
parentc768ab490e958ddca2699d4052a5d0a5dd823967 (diff)
downloadbusybox-w32-0010ee45e37a66be737617a3356368ec9a914f71.tar.gz
busybox-w32-0010ee45e37a66be737617a3356368ec9a914f71.tar.bz2
busybox-w32-0010ee45e37a66be737617a3356368ec9a914f71.zip
Fixed usage info for "cut"
-rw-r--r--applets/usage.c2
-rw-r--r--docs/busybox.pod4
-rw-r--r--docs/busybox.sgml2
-rw-r--r--usage.c2
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[] =
117 "\t-b LIST\tOutput only bytes from LIST\n" 117 "\t-b LIST\tOutput only bytes from LIST\n"
118 "\t-c LIST\tOutput only characters from LIST\n" 118 "\t-c LIST\tOutput only characters from LIST\n"
119 "\t-d CHAR\tUse CHAR instead of tab as the field delimiter\n" 119 "\t-d CHAR\tUse CHAR instead of tab as the field delimiter\n"
120 "\t-s\tOnly output Lines if the include DELIM\n" 120 "\t-s\tOutput only the lines containing delimiter\n"
121 "\t-f N\tPrint only these fields\n" 121 "\t-f N\tPrint only these fields\n"
122 "\t-n\tIgnored\n" 122 "\t-n\tIgnored\n"
123#endif 123#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:
279 -b LIST Output only bytes from LIST 279 -b LIST Output only bytes from LIST
280 -c LIST Output only characters from LIST 280 -c LIST Output only characters from LIST
281 -d CHAR Use CHAR instead of tab as the field delimiter 281 -d CHAR Use CHAR instead of tab as the field delimiter
282 -s Only output Lines if the include DELIM 282 -s Output only the lines containing delimiter
283 -f N Print only these fields 283 -f N Print only these fields
284 -n Ignored 284 -n Ignored
285 285
@@ -2034,4 +2034,4 @@ Enrique Zanardi <ezanardi@ull.es>
2034 2034
2035=cut 2035=cut
2036 2036
2037# $Id: busybox.pod,v 1.57 2000/07/20 23:41:24 andersen Exp $ 2037# $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 @@
507 -b LIST Output only bytes from LIST 507 -b LIST Output only bytes from LIST
508 -c LIST Output only characters from LIST 508 -c LIST Output only characters from LIST
509 -d CHAR Use CHAR instead of tab as the field delimiter 509 -d CHAR Use CHAR instead of tab as the field delimiter
510 -s Only output Lines if the include DELIM 510 -s Output only the lines containing delimiter
511 -f N Print only these fields 511 -f N Print only these fields
512 -n Ignored 512 -n Ignored
513 </screen> 513 </screen>
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[] =
117 "\t-b LIST\tOutput only bytes from LIST\n" 117 "\t-b LIST\tOutput only bytes from LIST\n"
118 "\t-c LIST\tOutput only characters from LIST\n" 118 "\t-c LIST\tOutput only characters from LIST\n"
119 "\t-d CHAR\tUse CHAR instead of tab as the field delimiter\n" 119 "\t-d CHAR\tUse CHAR instead of tab as the field delimiter\n"
120 "\t-s\tOnly output Lines if the include DELIM\n" 120 "\t-s\tOutput only the lines containing delimiter\n"
121 "\t-f N\tPrint only these fields\n" 121 "\t-f N\tPrint only these fields\n"
122 "\t-n\tIgnored\n" 122 "\t-n\tIgnored\n"
123#endif 123#endif