Fixed usage info for "cut"

This commit is contained in:
Pavel Roskin 2000-07-21 15:10:57 +00:00
parent c768ab490e
commit 0010ee45e3
4 changed files with 5 additions and 5 deletions

View File

@ -117,7 +117,7 @@ const char cut_usage[] =
"\t-b LIST\tOutput only bytes from LIST\n" "\t-b LIST\tOutput only bytes from LIST\n"
"\t-c LIST\tOutput only characters 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-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-f N\tPrint only these fields\n"
"\t-n\tIgnored\n" "\t-n\tIgnored\n"
#endif #endif

View File

@ -279,7 +279,7 @@ Options:
-b LIST Output only bytes from LIST -b LIST Output only bytes from LIST
-c LIST Output only characters from LIST -c LIST Output only characters from LIST
-d CHAR Use CHAR instead of tab as the field delimiter -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 -f N Print only these fields
-n Ignored -n Ignored
@ -2034,4 +2034,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut =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 $

View File

@ -507,7 +507,7 @@
-b LIST Output only bytes from LIST -b LIST Output only bytes from LIST
-c LIST Output only characters from LIST -c LIST Output only characters from LIST
-d CHAR Use CHAR instead of tab as the field delimiter -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 -f N Print only these fields
-n Ignored -n Ignored
</screen> </screen>

View File

@ -117,7 +117,7 @@ const char cut_usage[] =
"\t-b LIST\tOutput only bytes from LIST\n" "\t-b LIST\tOutput only bytes from LIST\n"
"\t-c LIST\tOutput only characters 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-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-f N\tPrint only these fields\n"
"\t-n\tIgnored\n" "\t-n\tIgnored\n"
#endif #endif