amend to --help
authorMatthias Braun <matze@braunis.de>
Fri, 10 Jun 2011 13:29:09 +0000 (15:29 +0200)
committerMatthias Braun <matze@braunis.de>
Fri, 10 Jun 2011 13:29:22 +0000 (15:29 +0200)
main.c

diff --git a/main.c b/main.c
index 741f3c9..1c8cfd0 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1106,7 +1106,7 @@ int main(int argc, char **argv)
                                                fprintf(stderr, "ignoring gcc option '-f%s'\n", orig_opt);
                                        } else if (streq(opt, "help")) {
                                                fprintf(stderr, "warning: -fhelp is deprecated\n");
-                                               help |= HELP_OPTIMISATION;
+                                               help |= HELP_OPTIMIZATION;
                                        } else {
                                                int res = firm_option(orig_opt);
                                                if (res == 0) {