Skip to content

Commit 6941b54

Browse files
Giuseppe SucameliGiuseppe Sucameli
authored andcommitted
fix #3800
1 parent 6c835b4 commit 6941b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/GdalTools/tools/doWarp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def getArguments(self):
189189
mask = self.getMaskFileName()
190190
if not mask.isEmpty():
191191
arguments << "-q"
192-
arguments << "-mask"
192+
arguments << "-cutline"
193193
arguments << mask
194194
arguments << "-dstalpha"
195195
if self.isBatchEnabled():

0 commit comments

Comments
 (0)