[GRASS-SVN] r70467 - grass-addons/grass7/raster/r.gradient

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 31 23:40:21 PST 2017


Author: pvanbosgeo
Date: 2017-01-31 23:40:21 -0800 (Tue, 31 Jan 2017)
New Revision: 70467

Modified:
   grass-addons/grass7/raster/r.gradient/r.gradient.html
Log:
correction parameter name (value => range)

Modified: grass-addons/grass7/raster/r.gradient/r.gradient.html
===================================================================
--- grass-addons/grass7/raster/r.gradient/r.gradient.html	2017-02-01 06:48:13 UTC (rev 70466)
+++ grass-addons/grass7/raster/r.gradient/r.gradient.html	2017-02-01 07:40:21 UTC (rev 70467)
@@ -9,14 +9,14 @@
 To calculate vertical gradient from North to South
 <div class="code">
   <pre>
-  r.gradient output=gradient_ns values=0,50 direction=N-S
+  r.gradient output=gradient_ns range=0,50 direction=N-S
   </pre>
 </div>
 
 To calculate horizontal gradient from East to West
 <div class="code">
   <pre>
-  r.gradient output=gradient_ea values=10,20 direction=E-W
+  r.gradient output=gradient_ea range=10,20 direction=E-W
   </pre>
 </div>
 
@@ -25,7 +25,7 @@
 
 <div class="code">
   <pre>
-  r.gradient output=gradient_oblique values=10,20 direction=NE-SW
+  r.gradient output=gradient_oblique range=10,20 direction=NE-SW
   </pre>
 </div>
 
@@ -37,4 +37,4 @@
 
 
 <p>
-<i>Last changed: $Date$</i>
\ No newline at end of file
+<i>Last changed: $Date$</i>



More information about the grass-commit mailing list