]> git.donarmstrong.com Git - lilypond.git/commitdiff
Spell backend consistently. Sort options.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 1 Feb 2005 10:12:55 +0000 (10:12 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 1 Feb 2005 10:12:55 +0000 (10:12 +0000)
ChangeLog
lily/main.cc

index 3e586c5c512a2cba17d6f9a41e8df112d13c1d49..fe37a94b13375f66eba5f5d54e5681da29907395 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/main.cc: Spell backend consistently.  Sort options.
+
 2005-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scripts/lilypond-book.py (Module): revert @include.
index 7367652048d7878c4098dba416f0f4f70fa4b6d6..d89bfcd1eaf9c4693e6b67386aa4462a63dbb820 100644 (file)
@@ -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")},