Skip to content

Commit ce6588c

Browse files
committedMay 6, 2011
fix #3800
1 parent 17c4540 commit ce6588c

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)