]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix --help and --version for help2man.
authorWerner Lemberg <wl@gnu.org>
Thu, 31 Jul 2008 13:10:07 +0000 (15:10 +0200)
committerWerner Lemberg <wl@gnu.org>
Thu, 31 Jul 2008 13:10:07 +0000 (15:10 +0200)
lily/main.cc

index e0f5dda1a2d93a34a3a06b4834b60954a6fa4dbb..759091ee11f4adc11b72bde8aeaa26d6d2c94365 100644 (file)
@@ -240,9 +240,10 @@ static void
 notice ()
 {
   identify (stdout);
-  puts (_f (NOTICE, PROGRAM_NAME).c_str ());
   printf ("\n");
   copyright ();
+  printf ("\n");
+  puts (_f (NOTICE, PROGRAM_NAME).c_str ());
 }
 
 LY_DEFINE (ly_usage, "ly:usage",
@@ -557,7 +558,6 @@ parse_argv (int argc, char **argv)
 
   if (show_help)
     {
-      identify (stdout);
       ly_usage ();
       if (be_verbose_global)
        dir_info (stdout);