From 243153c09634fdbd0ac39af35677a4a7929e9c64 Mon Sep 17 00:00:00 2001 From: beppu Date: Thu, 13 Apr 2000 03:36:01 +0000 Subject: - the message that comes up when busybox is invoked w/o parameters was extending beyond the 80th column git-svn-id: svn://busybox.net/trunk/busybox@450 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- applets/busybox.c | 7 ++++--- busybox.c | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/applets/busybox.c b/applets/busybox.c index b65b13e65..a14711a67 100644 --- a/applets/busybox.c +++ b/applets/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) { diff --git a/busybox.c b/busybox.c index b65b13e65..a14711a67 100644 --- 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) { -- cgit v1.2.3-55-g6feb