]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/mup2ly.py
add verbs.
[lilypond.git] / scripts / mup2ly.py
index 35f39f6c112fa04c97cd407c71f4318c019fc4e8..31bada9d3a93cf92c534cfbab4ac5218cf8d561a 100644 (file)
@@ -72,10 +72,10 @@ help_summary = _ ("Convert mup to LilyPond source")
 option_definitions = [
        ('', 'd', 'debug', _ ("debug")),
        ('NAME[=EXP]', 'D', 'define', _ ("define macro NAME [optional expansion EXP]")),
-       ('', 'h', 'help', _ ("this help")),
+       ('', 'h', 'help', _ ("print this help")),
        ('FILE', 'o', 'output', _ ("write output to FILE")),
        ('', 'E', 'pre-process', _ ("only pre-process")),
-       ('', 'V', 'verbose', _ ("verbose")),
+       ('', 'V', 'verbose', _ ("be verbose")),
        ('', 'v', 'version', _ ("print version number")),
        ('', 'w', 'warranty', _ ("show warranty and copyright")),
        ]