aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-05 01:00:52 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-05 01:00:52 +0000
commit5661fe078eed752780b11f3f4fdd33bbd76a6c5e (patch)
tree901159af2b1e62084f258d893949fd9b2fd2d689 /applets
parentcbb0a4b40d32a653957d2c9ecb6fe1a70b30d907 (diff)
downloadbusybox-5661fe078eed752780b11f3f4fdd33bbd76a6c5e.tar.gz
Tar now works perfectly. It behaves much better now then it
used to. Only thing left to do is add in exclude (-X) option. -Erik
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index c2477a537..9a48f4961 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -382,8 +382,8 @@ int busybox_main(int argc, char **argv)
fprintf(stderr, "Usage: busybox [function] [arguments]...\n");
fprintf(stderr, " or: [function] [arguments]...\n\n");
fprintf(stderr,
- "\tMost people will create a link to busybox for each\n"
- "\tfunction name, and busybox will act like whatever you invoke it as.\n");
+ "\tMost people will create a link to busybox for each function\n"
+ "\tname, and busybox will act like whatever you invoke it as.\n");
fprintf(stderr, "\nCurrently defined functions:\n");
while (a->name != 0) {