diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-09-12 16:17:37 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-09-12 16:17:37 +0200 |
commit | 819cacfd4597038840454ee743380fd70f836271 (patch) | |
tree | 040823f7f17ccd1fe774e604f6f076627067b8e7 /libbb/appletlib.c | |
parent | de8c3f667abc6346352726eba731d85715df92e7 (diff) | |
download | busybox-w32-819cacfd4597038840454ee743380fd70f836271.tar.gz busybox-w32-819cacfd4597038840454ee743380fd70f836271.tar.bz2 busybox-w32-819cacfd4597038840454ee743380fd70f836271.zip |
busybox: add "busybox --list[-full]" to help text
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 8daa23309..7326f4fa5 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -655,6 +655,7 @@ static int busybox_main(char **argv) | |||
655 | "See source distribution for full notice.\n" | 655 | "See source distribution for full notice.\n" |
656 | "\n" | 656 | "\n" |
657 | "Usage: busybox [function] [arguments]...\n" | 657 | "Usage: busybox [function] [arguments]...\n" |
658 | " or: busybox --list[-full]\n" | ||
658 | " or: function [arguments]...\n" | 659 | " or: function [arguments]...\n" |
659 | "\n" | 660 | "\n" |
660 | "\tBusyBox is a multi-call binary that combines many common Unix\n" | 661 | "\tBusyBox is a multi-call binary that combines many common Unix\n" |