aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/applets.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/applets.c b/applets/applets.c
index ec268ca2d..a1a399cd5 100644
--- a/applets/applets.c
+++ b/applets/applets.c
@@ -553,8 +553,8 @@ static int busybox_main(char **argv)
553 output_width -= sizeof("start-stop-daemon, ") + 8; 553 output_width -= sizeof("start-stop-daemon, ") + 8;
554 554
555 printf("%s multi-call binary\n", bb_banner); /* reuse const string... */ 555 printf("%s multi-call binary\n", bb_banner); /* reuse const string... */
556 printf("Copyright (C) 1998-2006  Erik Andersen, Rob Landley, and others.\n" 556 printf("Copyright (C) 1998-2006 Erik Andersen, Rob Landley, and others.\n"
557 "Licensed under GPLv2.  See source distribution for full notice.\n" 557 "Licensed under GPLv2. See source distribution for full notice.\n"
558 "\n" 558 "\n"
559 "Usage: busybox [function] [arguments]...\n" 559 "Usage: busybox [function] [arguments]...\n"
560 " or: [function] [arguments]...\n" 560 " or: [function] [arguments]...\n"