From 679445e04cf9f6dd0ad1b7a7ab2a219159f9337e Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Tue, 22 Apr 2008 13:43:50 +0200 Subject: [PATCH] Rename lilypond-book command line option --- Documentation/topdocs/NEWS.tely | 3 ++- scripts/lilypond-book.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 6ca65b7e60..c03e68de01 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -71,7 +71,8 @@ using the @code{rounded-box} command. @item @command{lilypond-book} can run any program instead of @command{latex} -to guess the line width, thanks to @code{--latex} command line option. +to guess the line width, thanks to @code{--latex-program} command line +option. @item @code{\setEasyHeads} has been renamed to @code{\easyHeadsOn}, and a new diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 9ed3cff226..433bea2011 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -136,7 +136,7 @@ def get_option_parser (): action='store', dest='info_images_dir', default='') - p.add_option ('--latex', + p.add_option ('--latex-program', help=_ ("Run executable PROG instead of latex"), metavar=_ ("PROG"), action='store', dest='latex_program', -- 2.39.5