]> git.donarmstrong.com Git - lilypond.git/commitdiff
change --format,-f to --backend,-b
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 4 Jan 2005 22:23:55 +0000 (22:23 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 4 Jan 2005 22:23:55 +0000 (22:23 +0000)
ChangeLog
lily/main.cc

index 7766add75a4a9d6a4c4f8e7576807c7110991ba4..4d7e7aebef9b790080739cbdb05c6e2c70e9742c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
 2005-01-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/main.cc: change --format,-f to --backend,-b
+
        * lily/include/main.hh: rename format to backend.
 
        * scm/translation-functions.scm (format-mark-box-numbers): add.
        * lily/include/main.hh: rename format to backend.
 
        * scm/translation-functions.scm (format-mark-box-numbers): add.
index 85de1661a9975aee36539233ab7f2b4aa8088122..ba9c0bc9509ff31b73a68a863c40b896ef688649 100644 (file)
@@ -127,7 +127,7 @@ static Long_option_init options_static[] =
      _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 ("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"), "format", 'f', _i ("select back-end to use")},
+    {_i ("EXT"), "backend", 'b', _i ("select back-end to use")},
     {0, "help", 'h',  _i ("print this help")},
     {_i ("FIELD"), "header", 'H',  _i ("write header field to BASENAME.FIELD")},
     {_i ("DIR"), "include", 'I',  _i ("add DIR to search path")},
     {0, "help", 'h',  _i ("print this help")},
     {_i ("FIELD"), "header", 'H',  _i ("write header field to BASENAME.FIELD")},
     {_i ("DIR"), "include", 'I',  _i ("add DIR to search path")},