From 3cbb1db182acf85be956bb91288c9f7c89a87d4f Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 14 Oct 2008 01:59:40 +0000 Subject: [PATCH] - switch -b help to "command line format", not .firmrc format ;-) [r22866] --- ir/be/bemain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bemain.c b/ir/be/bemain.c index 51df6cbcf..7d5719f21 100644 --- a/ir/be/bemain.c +++ b/ir/be/bemain.c @@ -334,7 +334,7 @@ void be_opt_register(void) int be_parse_arg(const char *arg) { lc_opt_entry_t *be_grp = lc_opt_get_grp(firm_opt_get_root(), "be"); if (strcmp(arg, "help") == 0 || (arg[0] == '?' && arg[1] == '\0')) { - lc_opt_print_help(be_grp, stdout); + lc_opt_print_help_for_entry(be_grp, '-', stdout); return -1; } return lc_opt_from_single_arg(be_grp, NULL, arg, NULL); -- 2.20.1