add "make help"
[oweals/busybox.git] / coreutils / env.c
index 87ab30cdd3977c18563e58a01c55e2aa05a2c2fe..1a8ad7c787fe95167b211c2d3084a53198ff1b34 100644 (file)
@@ -47,7 +47,7 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <unistd.h>
-#include <getopt.h>
+#include <getopt.h> /* struct option */
 #include "busybox.h"
 
 
@@ -65,7 +65,7 @@ extern int env_main(int argc, char** argv)
        llist_t *unset_env = NULL;
        extern char **environ;
 
-       bb_opt_complementaly = "u*";
+       bb_opt_complementally = "u*";
        bb_applet_long_options = env_long_options;
 
        opt = bb_getopt_ulflags(argc, argv, "+iu:", &unset_env);