diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 14:09:23 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 14:09:23 +1000 |
commit | ee7c9b2c212fc7db80cce945e094fc2601092283 (patch) | |
tree | 24e51b27dbc3e9ab0b00c5839a6822604c02187c /libbb/appletlib.c | |
parent | f28d4b20905b5b1f52ffa52060a0c6caf4b055ba (diff) | |
parent | 99862cbfad9c36b4f8f4378c3a7a9f077c239f20 (diff) | |
download | busybox-w32-ee7c9b2c212fc7db80cce945e094fc2601092283.tar.gz busybox-w32-ee7c9b2c212fc7db80cce945e094fc2601092283.tar.bz2 busybox-w32-ee7c9b2c212fc7db80cce945e094fc2601092283.zip |
Merge remote branch 'origin/master'
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 751000e5d..6a304ded3 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" |