]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/ly2dvi.py
add verbs.
[lilypond.git] / scripts / ly2dvi.py
index c3c44c43746a007bae91a9b63e37d95030ddff26..aedf5ffa43e02c6f73fcb274918c7b7b3de90800 100644 (file)
@@ -127,7 +127,7 @@ copyright = ('Han-Wen Nienhuys <hanwen@cs.uu.nl',
 option_definitions = [
        ('', 'd', 'dependencies',
         _ ("write Makefile dependencies for every input file")),
-       ('', 'h', 'help', _ ("this help")),
+       ('', 'h', 'help', _ ("print this help")),
        ('', '', 'debug', _ ("print even more output")),
        (_ ("DIR"), 'I', 'include', _ ("add DIR to LilyPond's search path")),
        ('', 'k', 'keep',
@@ -147,7 +147,7 @@ option_definitions = [
        ('', '', 'preview', _ ("make a picture of the first system")),
        ('','', 'html', _("make HTML file with links to all output")),
        (_ ("KEY=VAL"), 's', 'set', _ ("change global setting KEY to VAL")),
-       ('', 'V', 'verbose', _ ("verbose")),
+       ('', 'V', 'verbose', _ ("be verbose")),
        ('', 'v', 'version', _ ("print version number")),
        ('', 'w', 'warranty', _ ("show warranty and copyright")),
        ]