busybox: add "busybox --list[-full]" to help text
authorDenys Vlasenko <dvlasenk@redhat.com>
Sun, 12 Sep 2010 14:17:37 +0000 (16:17 +0200)
committerDenys 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

index 8daa2330902962d47d02c3b58cb4468e5ff5846d..7326f4fa54fe00f9be27abdb0cdb3e8299303fb2 100644 (file)
@@ -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"