]> git.donarmstrong.com Git - lilypond.git/commit
Lilylib: When formatting the options help, use only one level of indentation
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 11 Jun 2010 11:58:09 +0000 (13:58 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 11 Jun 2010 12:07:02 +0000 (14:07 +0200)
commit6aec9cafa4d302cfb7793ea8da27592ce75b1e49
tree5d9e717dad9b20111677369c86206fc7141840a6
parentc1095648a180e124cff1bf31b31ba8e3c6a23b8d
Lilylib: When formatting the options help, use only one level of indentation

We tweaked the IndentedHelpFormatter to not indent the headings at all (even if we have
nested groups), so it does not make sense to indent the options themselves, either.
Thus, we now have either no indent or exactly indent_increment.
python/lilylib.py