]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/lilypond-book.py (option_definitions): Sort options.
authorWerner Lemberg <wl@gnu.org>
Wed, 17 Nov 2004 16:53:26 +0000 (16:53 +0000)
committerWerner Lemberg <wl@gnu.org>
Wed, 17 Nov 2004 16:53:26 +0000 (16:53 +0000)
ChangeLog
scripts/lilypond-book.py

index 20b5c6fa181dd0f3916f207d58601ee6b33f7104..2889cd5e89b702c4b67b27141c0c713798fba904 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
 
        * scripts/lilypond-book.py (option_definitions): Use new lilylib
        feature.
+       Sort options.
 
 2004-11-17  Jan Nieuwenhuizen  <janneke@gnu.org>
 
index 778548d2addd41a8133a52ce73541a9043e7875f..47a324c042fb747ef780b941d071fd4e84d558f3 100644 (file)
@@ -87,10 +87,10 @@ option_definitions = [
          _ ("print this help")),
        (_ ("DIR"), 'I', 'include',
          _ ("add DIR to include path")),
-       (_ ("COMMAND"), 'P', 'process',
-         _ ("process ly_files using COMMAND FILE...")),
        (_ ("DIR"), 'o', 'output',
          _ ("write output to DIR")),
+       (_ ("COMMAND"), 'P', 'process',
+         _ ("process ly_files using COMMAND FILE...")),
        ('', 'V', 'verbose',
          _ ("be verbose")),
        ('', 'v', 'version',