From 819cacfd4597038840454ee743380fd70f836271 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 12 Sep 2010 16:17:37 +0200 Subject: busybox: add "busybox --list[-full]" to help text Signed-off-by: Denys Vlasenko --- libbb/appletlib.c | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3