projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de8c3f6
)
busybox: add "busybox --list[-full]" to help text
author
Denys Vlasenko
<dvlasenk@redhat.com>
Sun, 12 Sep 2010 14:17:37 +0000
(16:17 +0200)
committer
Denys Vlasenko
<dvlasenk@redhat.com>
Sun, 12 Sep 2010 14:17:37 +0000
(16:17 +0200)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
libbb/appletlib.c
patch
|
blob
|
history
diff --git
a/libbb/appletlib.c
b/libbb/appletlib.c
index 8daa2330902962d47d02c3b58cb4468e5ff5846d..7326f4fa54fe00f9be27abdb0cdb3e8299303fb2 100644
(file)
--- 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"