- the message that comes up when busybox is invoked

w/o parameters was extending beyond the 80th column
This commit is contained in:
John Beppu 2000-04-13 03:36:01 +00:00
parent 08e7f75ba2
commit b4f8606c05
2 changed files with 8 additions and 6 deletions

View File

@ -379,9 +379,10 @@ int busybox_main(int argc, char **argv)
fprintf(stderr, "Usage: busybox [function] [arguments]...\n"); fprintf(stderr, "Usage: busybox [function] [arguments]...\n");
fprintf(stderr, " or: [function] [arguments]...\n\n"); fprintf(stderr, " or: [function] [arguments]...\n\n");
fprintf(stderr, fprintf(stderr,
"\tBusyBox is a multi-call binary that combines many common Unix utilities into a\n" "\tBusyBox is a multi-call binary that combines many common Unix\n"
"\tsingle executable. Most people will create a link to busybox for each function\n" "\tutilities into a single executable. Most people will create a\n"
"\tthey wish to use, and BusyBox will act like whatever it was invoked as.\n"); "\tlink to busybox for each function they wish to use, and BusyBox\n"
"\twill act like whatever it was invoked as.\n");
fprintf(stderr, "\nCurrently defined functions:\n"); fprintf(stderr, "\nCurrently defined functions:\n");
while (a->name != 0) { while (a->name != 0) {

View File

@ -379,9 +379,10 @@ int busybox_main(int argc, char **argv)
fprintf(stderr, "Usage: busybox [function] [arguments]...\n"); fprintf(stderr, "Usage: busybox [function] [arguments]...\n");
fprintf(stderr, " or: [function] [arguments]...\n\n"); fprintf(stderr, " or: [function] [arguments]...\n\n");
fprintf(stderr, fprintf(stderr,
"\tBusyBox is a multi-call binary that combines many common Unix utilities into a\n" "\tBusyBox is a multi-call binary that combines many common Unix\n"
"\tsingle executable. Most people will create a link to busybox for each function\n" "\tutilities into a single executable. Most people will create a\n"
"\tthey wish to use, and BusyBox will act like whatever it was invoked as.\n"); "\tlink to busybox for each function they wish to use, and BusyBox\n"
"\twill act like whatever it was invoked as.\n");
fprintf(stderr, "\nCurrently defined functions:\n"); fprintf(stderr, "\nCurrently defined functions:\n");
while (a->name != 0) { while (a->name != 0) {