fix copypaste fail in 0986c8f2db

pull/5/head
Lex Neva 2017-11-09 01:04:13 +00:00
rodzic 2e03bbaa3f
commit cd5b1663bf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1808,7 +1808,7 @@ class Embroider(inkex.Effect):
help="Directory in which to store output file")
self.OptionParser.add_option("-F", "--output-file",
action="store", type="string",
dest="output_file", default=".",
dest="output_file",
help="Output filename.")
self.OptionParser.add_option("-b", "--max-backups",
action="store", type="int",