diff --git a/python/plugins/processing/algs/grass7/description/r.cost.coordinates.txt b/python/plugins/processing/algs/grass7/description/r.cost.coordinates.txt index ae0cc5c5257..e39e8734682 100644 --- a/python/plugins/processing/algs/grass7/description/r.cost.coordinates.txt +++ b/python/plugins/processing/algs/grass7/description/r.cost.coordinates.txt @@ -10,3 +10,4 @@ ParameterNumber|max_cost|Maximum cumulative cost|0|None|0 ParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|None|None|0 ParameterNumber|memory|Maximum memory to be used in MB|0|None|300 OutputRaster|output|Cumulative cost +OutputRaster|nearest|Cost allocation map diff --git a/python/plugins/processing/algs/grass7/description/r.cost.points.txt b/python/plugins/processing/algs/grass7/description/r.cost.points.txt index bcd1f13854d..512b8ed7862 100644 --- a/python/plugins/processing/algs/grass7/description/r.cost.points.txt +++ b/python/plugins/processing/algs/grass7/description/r.cost.points.txt @@ -7,3 +7,4 @@ ParameterVector|stop_points|Stop points|0|True ParameterBoolean|-k|Use the 'Knight's move'; slower, but more accurate|False ParameterBoolean|-n|Keep null values in output raster layer|True OutputRaster|output|Cumulative cost +OutputRaster|nearest|Cost allocation map diff --git a/python/plugins/processing/algs/grass7/description/r.cost.raster.txt b/python/plugins/processing/algs/grass7/description/r.cost.raster.txt index 08fe1201984..1c66156b5fa 100644 --- a/python/plugins/processing/algs/grass7/description/r.cost.raster.txt +++ b/python/plugins/processing/algs/grass7/description/r.cost.raster.txt @@ -8,4 +8,5 @@ ParameterBoolean|-n|Keep null values in output raster layer|True ParameterNumber|max_cost|Maximum cumulative cost|0|None|0 ParameterNumber|null_cost|Cost assigned to null cells. By default, null cells are excluded|None|None|0 ParameterNumber|memory|Maximum memory to be used in MB|0|None|300 -OutputRaster|output|Cumulative cost \ No newline at end of file +OutputRaster|output|Cumulative cost +OutputRaster|nearest|Cost allocation map