From: gpercival Date: Fri, 28 Jan 2005 18:25:57 +0000 (+0000) Subject: Unescaped "()" in a .py file. Potentially troublesome. X-Git-Tag: release/2.5.23~615 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d27485b24a7070d9f6d8e466764be6ac517fe254;p=lilypond.git Unescaped "()" in a .py file. Potentially troublesome. --- diff --git a/scripts/lilypond-latex.py b/scripts/lilypond-latex.py index 54f648aa9f..069b5452a3 100644 --- a/scripts/lilypond-latex.py +++ b/scripts/lilypond-latex.py @@ -120,7 +120,7 @@ option_definitions = [ #junkme? ('', 'm', 'no-layout', _ ("produce MIDI output only")), - (_ ("FILE"), 'o', 'output', _ ("write output to FILE")), + (_ ("FILE"), 'o', 'output', _ ("write output to FILE (suffix will be added)")), (_ ('RES'), '', 'preview-resolution', _ ("set the resolution of the preview to RES")), ('', 'p', 'pdf', _ ("generate PDF output")),