From: Werner Lemberg Date: Thu, 31 Jul 2008 13:10:07 +0000 (+0200) Subject: Fix --help and --version for help2man. X-Git-Tag: release/2.11.55-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ca3af2e1fa8af75fff9f0cf6bb3e895d33388777;p=lilypond.git Fix --help and --version for help2man. --- diff --git a/lily/main.cc b/lily/main.cc index e0f5dda1a2..759091ee11 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -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);