[ttx] should also white-list 'no-recalc-timestamp' for getopt to work
aargh.. Follow up from #1455
This commit is contained in:
parent
176f2e8244
commit
7a2fea9843
@ -331,8 +331,8 @@ def guessFileType(fileName):
|
|||||||
|
|
||||||
def parseOptions(args):
|
def parseOptions(args):
|
||||||
rawOptions, files = getopt.getopt(args, "ld:o:fvqht:x:sgim:z:baey:",
|
rawOptions, files = getopt.getopt(args, "ld:o:fvqht:x:sgim:z:baey:",
|
||||||
['unicodedata=', "recalc-timestamp", 'flavor=', 'version',
|
['unicodedata=', "recalc-timestamp", "no-recalc-timestamp",
|
||||||
'with-zopfli', 'newline='])
|
'flavor=', 'version', 'with-zopfli', 'newline='])
|
||||||
|
|
||||||
options = Options(rawOptions, len(files))
|
options = Options(rawOptions, len(files))
|
||||||
jobs = []
|
jobs = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user