From aeb625260c7e9522074147099e0ffcf6c4c89c28 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 1 Feb 2005 10:12:55 +0000 Subject: [PATCH] Spell backend consistently. Sort options. --- ChangeLog | 4 ++++ lily/main.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3e586c5c51..fe37a94b13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-01 Jan Nieuwenhuizen + + * lily/main.cc: Spell backend consistently. Sort options. + 2005-01-31 Han-Wen Nienhuys * scripts/lilypond-book.py (Module): revert @include. diff --git a/lily/main.cc b/lily/main.cc index 7367652048..d89bfcd1ea 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -121,11 +121,11 @@ static Getopt_long *option_parser = 0; static Long_option_init options_static[] = { + {_i ("EXT"), "backend", 'b', _i ("select backend to use")}, {_i ("EXPR"), "evaluate", 'e', _i ("set option, use -e '(ly:option-usage)' for help")}, /* Bug in option parser: --output =foe is taken as an abbreviation for --output-format. */ - {_i ("EXT"), "backend", 'b', _i ("select back-end to use")}, {_i ("EXTs"), "formats", 'f', _i ("list of formats to dump")}, {0, "help", 'h', _i ("print this help")}, {_i ("FIELD"), "header", 'H', _i ("write header field to BASENAME.FIELD")}, -- 2.39.5