diff --git a/src/raster/r.recode.attr/r.recode.attr.html b/src/raster/r.recode.attr/r.recode.attr.html index 5009626ca4..e6f3584640 100644 --- a/src/raster/r.recode.attr/r.recode.attr.html +++ b/src/raster/r.recode.attr/r.recode.attr.html @@ -9,7 +9,7 @@
-For each column in the csv file (except the first one) new raster map +For each column in the csv file (except the first one) new raster map will be created, replacing the raster values corresponding to the first column with those in the second (3rd, 4th, etc) column. @@ -44,7 +44,7 @@
cat <<EOL > reclass.csv -rasterID,friction,suitability +rasterID,friction,suitability 1,0.9,0 2,0.7,0.2 3,0.6,0.4 @@ -95,7 +95,7 @@EXAMPLES
of the landuse map.