- the message that comes up when busybox is invoked
authorJohn Beppu <beppu@lbox.org>
Thu, 13 Apr 2000 03:36:01 +0000 (03:36 -0000)
committerJohn Beppu <beppu@lbox.org>
Thu, 13 Apr 2000 03:36:01 +0000 (03:36 -0000)
  w/o parameters was extending beyond the 80th column

applets/busybox.c
busybox.c

index b65b13e65598575cdb93aa298decc2988a7222a9..a14711a6723a27228940787c3c47fb5802a71be0 100644 (file)
@@ -379,9 +379,10 @@ int busybox_main(int argc, char **argv)
                fprintf(stderr, "Usage: busybox [function] [arguments]...\n");
                fprintf(stderr, "   or: [function] [arguments]...\n\n");
                fprintf(stderr,
-                               "\tBusyBox is a multi-call binary that combines many common Unix utilities into a\n"
-                               "\tsingle executable.  Most people will create a link to busybox for each function\n"
-                               "\tthey wish to use, and BusyBox will act like whatever it was invoked as.\n");
+                               "\tBusyBox is a multi-call binary that combines many common Unix\n"
+                               "\tutilities into a single executable.  Most people will create a\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");
 
                while (a->name != 0) {
index b65b13e65598575cdb93aa298decc2988a7222a9..a14711a6723a27228940787c3c47fb5802a71be0 100644 (file)
--- a/busybox.c
+++ b/busybox.c
@@ -379,9 +379,10 @@ int busybox_main(int argc, char **argv)
                fprintf(stderr, "Usage: busybox [function] [arguments]...\n");
                fprintf(stderr, "   or: [function] [arguments]...\n\n");
                fprintf(stderr,
-                               "\tBusyBox is a multi-call binary that combines many common Unix utilities into a\n"
-                               "\tsingle executable.  Most people will create a link to busybox for each function\n"
-                               "\tthey wish to use, and BusyBox will act like whatever it was invoked as.\n");
+                               "\tBusyBox is a multi-call binary that combines many common Unix\n"
+                               "\tutilities into a single executable.  Most people will create a\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");
 
                while (a->name != 0) {