[varLib] rename --disableIUP to --disable-iup

This commit is contained in:
Cosimo Lupo 2018-03-06 12:46:27 +01:00
parent 81b5255bdc
commit 168c7e1cd3
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -778,7 +778,7 @@ def main(args=None):
parser.add_argument('designspace')
parser.add_argument('-o', metavar='OUTPUTFILE', dest='outfile', default=None, help='output file')
parser.add_argument('-x', metavar='TAG', dest='exclude', action='append', default=[], help='exclude table')
parser.add_argument('--disableIUP', dest='optimize', action='store_false', default=True, help='do not perform IUP optimization')
parser.add_argument('--disable-iup', dest='optimize', action='store_false', help='do not perform IUP optimization')
options = parser.parse_args(args)
# TODO: allow user to configure logging via command-line options