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 | |
parent | de8c3f667abc6346352726eba731d85715df92e7 (diff) |
busybox: add "busybox --list[-full]" to help text
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'libbb')
-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) "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" |