From f6045462422a7f4acb13bfd495473f0d531ac89d Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Thu, 12 Nov 2009 16:54:12 +0100 Subject: [PATCH] abc2ly: The --beams option is actually a true/false switch... --- scripts/abc2ly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/abc2ly.py b/scripts/abc2ly.py index 3100c13681..f844b7dc13 100644 --- a/scripts/abc2ly.py +++ b/scripts/abc2ly.py @@ -1373,7 +1373,7 @@ def get_option_parser (): action='store') 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 ('-b', '--beams', help=_ ("preserve ABC's notion of beams"), action="store_true") p.add_option_group ('', description=( _ ('Report bugs via %s') -- 2.39.5