remove stray 8-bit chars from copyright banner
This commit is contained in:
parent
27bd8d7146
commit
9b0a439f02
@ -553,8 +553,8 @@ static int busybox_main(char **argv)
|
|||||||
output_width -= sizeof("start-stop-daemon, ") + 8;
|
output_width -= sizeof("start-stop-daemon, ") + 8;
|
||||||
|
|
||||||
printf("%s multi-call binary\n", bb_banner); /* reuse const string... */
|
printf("%s multi-call binary\n", bb_banner); /* reuse const string... */
|
||||||
printf("Copyright (C) 1998-2006 Erik Andersen, Rob Landley, and others.\n"
|
printf("Copyright (C) 1998-2006 Erik Andersen, Rob Landley, and others.\n"
|
||||||
"Licensed under GPLv2. See source distribution for full notice.\n"
|
"Licensed under GPLv2. See source distribution for full notice.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Usage: busybox [function] [arguments]...\n"
|
"Usage: busybox [function] [arguments]...\n"
|
||||||
" or: [function] [arguments]...\n"
|
" or: [function] [arguments]...\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user