Update applet define from BB_CP_MV to BB_CP and BB_MV.
[oweals/busybox.git] / applets.c
index c2ccb88faf05795402f230046f82bcdc8d602bbd..10b44a5fc7250a930869e685df13bf31e5daed4e 100644 (file)
--- a/applets.c
+++ b/applets.c
@@ -49,6 +49,13 @@ extern void show_usage(void)
        const char *format_string;
        const char *usage_string = usage_messages;
        int i;
+       /* From busybox.c */
+       extern int been_there_done_that;
+
+       if (strcmp(applet_using->name, "busybox")==0) {
+               been_there_done_that=1;
+               busybox_main(0, NULL);
+       }
 
        for (i = applet_using - applets; i > 0; ) {
                if (!*usage_string++) {