]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/mup2ly.py
*** empty log message ***
[lilypond.git] / scripts / mup2ly.py
index 59810972eef2830d40f36e1ee7fbc6f7dd5fd32b..81d8a6e3cb0393f9763d2da0467168cb1a62bdd7 100644 (file)
@@ -195,21 +195,23 @@ def options_help_str (opts):
 
 def help ():
        ls = [(_ ("Usage: %s [OPTIONS]... FILE") % program_name),
-               ('\n\n'),
-               (help_summary),
-               ('\n\n'),
-               (_ ("Options:")),
-               ('\n'),
-               (options_help_str (option_definitions)),
-               ('\n\n'),
-               (_ ("Report bugs to %s.") % 'bug-lilypond@gnu.org'),
-               ('\n')]
+             ('\n\n'),
+             (help_summary),
+             ('\n\n'),
+             (_ ("Options:")),
+             ('\n'),
+             (options_help_str (option_definitions)),
+             ('\n\n'),
+             (_ ("Report bugs to %s.") %
+             "http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs"),
+             ('\n')]
        map (sys.stdout.write, ls)
        
 def setup_temp ():
        """
-       Create a temporary directory, and return its name. 
+       Create a temporary directory, and return its name.
        """
+       
        global temp_dir
        if not keep_temp_dir_p:
                temp_dir = tempfile.mktemp (program_name)