aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-05 01:00:52 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-05 01:00:52 +0000
commit75841bfeb6d55a28a4fbed984de992bf4f74b4f3 (patch)
tree901159af2b1e62084f258d893949fd9b2fd2d689 /applets
parentde90251e280ca7b4fc9ec16a8b2914307feda452 (diff)
downloadbusybox-w32-75841bfeb6d55a28a4fbed984de992bf4f74b4f3.tar.gz
busybox-w32-75841bfeb6d55a28a4fbed984de992bf4f74b4f3.tar.bz2
busybox-w32-75841bfeb6d55a28a4fbed984de992bf4f74b4f3.zip
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 git-svn-id: svn://busybox.net/trunk/busybox@430 69ca8d6d-28ef-0310-b511-8ec308f3f277
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)
382 fprintf(stderr, "Usage: busybox [function] [arguments]...\n"); 382 fprintf(stderr, "Usage: busybox [function] [arguments]...\n");
383 fprintf(stderr, " or: [function] [arguments]...\n\n"); 383 fprintf(stderr, " or: [function] [arguments]...\n\n");
384 fprintf(stderr, 384 fprintf(stderr,
385 "\tMost people will create a link to busybox for each\n" 385 "\tMost people will create a link to busybox for each function\n"
386 "\tfunction name, and busybox will act like whatever you invoke it as.\n"); 386 "\tname, and busybox will act like whatever you invoke it as.\n");
387 fprintf(stderr, "\nCurrently defined functions:\n"); 387 fprintf(stderr, "\nCurrently defined functions:\n");
388 388
389 while (a->name != 0) { 389 while (a->name != 0) {