diff options
Diffstat (limited to 'embroider.py')
| -rw-r--r-- | embroider.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embroider.py b/embroider.py index f9c5d147..dcc5ebe9 100644 --- a/embroider.py +++ b/embroider.py @@ -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", |
