aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-13 01:18:56 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-13 01:18:56 +0000
commit3e1eedd1a1754ecc86affdbd873900213c172bab (patch)
tree1ea829e51641647a35c552e289f4482ab9f5db27 /applets
parent3dc2375ccc0076966ace7c4b7a93830a93e2ae34 (diff)
downloadbusybox-w32-3e1eedd1a1754ecc86affdbd873900213c172bab.tar.gz
busybox-w32-3e1eedd1a1754ecc86affdbd873900213c172bab.tar.bz2
busybox-w32-3e1eedd1a1754ecc86affdbd873900213c172bab.zip
Upates to include copyright 2000 to everything
-Erik git-svn-id: svn://busybox.net/trunk/busybox@447 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 9a48f4961..b65b13e65 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -234,9 +234,6 @@ static const struct Applet applets[] = {
234 {"sh", shell_main, _BB_DIR_BIN}, 234 {"sh", shell_main, _BB_DIR_BIN},
235#endif 235#endif
236#ifdef BB_SFDISK 236#ifdef BB_SFDISK
237 {"fdisk", sfdisk_main, _BB_DIR_SBIN},
238#ifdef BB_SFDISK
239#endif
240 {"sfdisk", sfdisk_main, _BB_DIR_SBIN}, 237 {"sfdisk", sfdisk_main, _BB_DIR_SBIN},
241#endif 238#endif
242#ifdef BB_SLEEP 239#ifdef BB_SLEEP
@@ -382,8 +379,9 @@ int busybox_main(int argc, char **argv)
382 fprintf(stderr, "Usage: busybox [function] [arguments]...\n"); 379 fprintf(stderr, "Usage: busybox [function] [arguments]...\n");
383 fprintf(stderr, " or: [function] [arguments]...\n\n"); 380 fprintf(stderr, " or: [function] [arguments]...\n\n");
384 fprintf(stderr, 381 fprintf(stderr,
385 "\tMost people will create a link to busybox for each function\n" 382 "\tBusyBox is a multi-call binary that combines many common Unix utilities into a\n"
386 "\tname, and busybox will act like whatever you invoke it as.\n"); 383 "\tsingle executable. Most people will create a link to busybox for each function\n"
384 "\tthey wish to use, and BusyBox will act like whatever it was invoked as.\n");
387 fprintf(stderr, "\nCurrently defined functions:\n"); 385 fprintf(stderr, "\nCurrently defined functions:\n");
388 386
389 while (a->name != 0) { 387 while (a->name != 0) {