Fix egrep
authorEric Andersen <andersen@codepoet.org>
Thu, 15 Mar 2001 21:33:33 +0000 (21:33 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 15 Mar 2001 21:33:33 +0000 (21:33 -0000)
applets.h
include/applets.h

index bfe13ce9fcb053ba3a6ce3487aa6967be48a1b45..c02bf42edc94577f4561fd5f1c38814ef94d33a5 100644 (file)
--- a/applets.h
+++ b/applets.h
        APPLET(echo, echo_main, _BB_DIR_BIN)
 #endif
 #if defined(BB_FEATURE_GREP_EGREP_ALIAS) && defined(BB_GREP)
-       APPLET(egrep, grep_main, _BB_DIR_BIN)
+       APPLET_NOUSAGE("egrep", init_main, _BB_DIR_BIN)
 #endif
 #ifdef BB_EXPR
        APPLET(expr, expr_main, _BB_DIR_USR_BIN)
index bfe13ce9fcb053ba3a6ce3487aa6967be48a1b45..c02bf42edc94577f4561fd5f1c38814ef94d33a5 100644 (file)
        APPLET(echo, echo_main, _BB_DIR_BIN)
 #endif
 #if defined(BB_FEATURE_GREP_EGREP_ALIAS) && defined(BB_GREP)
-       APPLET(egrep, grep_main, _BB_DIR_BIN)
+       APPLET_NOUSAGE("egrep", init_main, _BB_DIR_BIN)
 #endif
 #ifdef BB_EXPR
        APPLET(expr, expr_main, _BB_DIR_USR_BIN)