From: Jean-Charles Malahieude Date: Sun, 9 Mar 2008 11:49:55 +0000 (+0100) Subject: abc2ly: typo X-Git-Tag: release/2.11.43-1~52 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6ffe1f51e84d94d691a1d0343e7cfdf563fa526e;p=lilypond.git abc2ly: typo --- diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index a1fbf38a71..553c400ea4 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -1355,7 +1355,7 @@ def get_option_parser (): p.add_option ('-o', '--output', metavar='FILE', help=_ ("write output to FILE"), action='store') - p.add_option ('-s', '--strict', help=_ ("be strict about succes"), + p.add_option ('-s', '--strict', help=_ ("be strict about success"), action='store_true') p.add_option ('-b', '--beams', help=_ ("preserve ABC's notion of beams")) p.add_option_group (ly.display_encode (_ ('Bugs')),