busybox: add "busybox --list[-full]" to help text

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko 2010-09-12 16:17:37 +02:00
parent de8c3f667a
commit 819cacfd45

View File

@ -655,6 +655,7 @@ static int busybox_main(char **argv)
"See source distribution for full notice.\n"
"\n"
"Usage: busybox [function] [arguments]...\n"
" or: busybox --list[-full]\n"
" or: function [arguments]...\n"
"\n"
"\tBusyBox is a multi-call binary that combines many common Unix\n"