aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-09-07 11:48:25 +0100
committerRon Yorston <rmy@pobox.com>2012-09-07 11:48:25 +0100
commitfecf687cc358883de2da21de33346f0df204c80b (patch)
treed22c606157926fb659374ae68d55e3a874bacf25 /libbb/appletlib.c
parentb25a7c28a0f684087fa6ccbbc7e265a9cac0f0fa (diff)
parent6d463de46b418e6c4c8d1397033608f78b33ab21 (diff)
downloadbusybox-w32-fecf687cc358883de2da21de33346f0df204c80b.tar.gz
busybox-w32-fecf687cc358883de2da21de33346f0df204c80b.tar.bz2
busybox-w32-fecf687cc358883de2da21de33346f0df204c80b.zip
Merge branch 'busybox' into merge
Conflicts: include/libbb.h shell/ash.c
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 76c4d8ff3..0c0d14499 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -629,11 +629,11 @@ static int busybox_main(char **argv)
629 full_write2_str(bb_banner); /* reuse const string */ 629 full_write2_str(bb_banner); /* reuse const string */
630 full_write2_str(" multi-call binary.\n"); /* reuse */ 630 full_write2_str(" multi-call binary.\n"); /* reuse */
631 full_write2_str( 631 full_write2_str(
632 "Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko\n" 632 "BusyBox is copyrighted by many authors between 1998-2012.\n"
633 "and others. Licensed under GPLv2.\n" 633 "Licensed under GPLv2. See source distribution for detailed\n"
634 "See source distribution for full notice.\n" 634 "copyright notices.\n"
635 "\n" 635 "\n"
636 "Usage: busybox [function] [arguments]...\n" 636 "Usage: busybox [function [arguments]...]\n"
637 " or: busybox --list"IF_FEATURE_INSTALLER("[-full]")"\n" 637 " or: busybox --list"IF_FEATURE_INSTALLER("[-full]")"\n"
638 IF_FEATURE_INSTALLER( 638 IF_FEATURE_INSTALLER(
639 " or: busybox --install [-s] [DIR]\n" 639 " or: busybox --install [-s] [DIR]\n"