From: Denys Vlasenko Date: Sun, 12 Sep 2010 14:17:37 +0000 (+0200) Subject: busybox: add "busybox --list[-full]" to help text X-Git-Tag: 1_18_0~216 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=819cacfd4597038840454ee743380fd70f836271;p=oweals%2Fbusybox.git busybox: add "busybox --list[-full]" to help text Signed-off-by: Denys Vlasenko --- 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"