[GRASS-SVN] r71365 - grass-addons/grass7/raster/r.hypso

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 10 01:51:45 PDT 2017


Author: madi
Date: 2017-08-10 01:51:45 -0700 (Thu, 10 Aug 2017)
New Revision: 71365

Modified:
   grass-addons/grass7/raster/r.hypso/r.hypso.html
Log:
fixed typo in the example

Modified: grass-addons/grass7/raster/r.hypso/r.hypso.html
===================================================================
--- grass-addons/grass7/raster/r.hypso/r.hypso.html	2017-08-10 08:49:22 UTC (rev 71364)
+++ grass-addons/grass7/raster/r.hypso/r.hypso.html	2017-08-10 08:51:45 UTC (rev 71365)
@@ -17,12 +17,12 @@
 <h2>EXAMPLE</h2>
 
 <div class="code"><pre>
-r.hypso -b map=elevation image=/temp/hypso
+r.hypso -b map=elevation image=/tmp/hypso
 </pre></div>
 generates hypsographic curve, and
 
 <div class="code"><pre>
-r.hypso -a map=elevation image=/temp/hypso
+r.hypso -a map=elevation image=/tmp/hypso
 </pre></div>
 generates hypsometric curve.
 



More information about the grass-commit mailing list