[GRASS-SVN] r58976 - grass/trunk/vector/v.build

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 10 09:20:30 PST 2014


Author: neteler
Date: 2014-02-10 09:20:30 -0800 (Mon, 10 Feb 2014)
New Revision: 58976

Modified:
   grass/trunk/vector/v.build/v.build.html
Log:
v.build.html: fix map name

Modified: grass/trunk/vector/v.build/v.build.html
===================================================================
--- grass/trunk/vector/v.build/v.build.html	2014-02-10 08:06:13 UTC (rev 58975)
+++ grass/trunk/vector/v.build/v.build.html	2014-02-10 17:20:30 UTC (rev 58976)
@@ -52,7 +52,7 @@
 index is created.
 
 <div class="code"><pre>
-v.build map=urbanareas option=build
+v.build map=urbanarea option=build
 </pre></div>
 
 Note that the vector map <i>urbanarea</i> must be located in the
@@ -65,7 +65,7 @@
 from other mapsets.
 
 <div class="code"><pre>
-v.build map=urbanareas option=dump
+v.build map=urbanarea option=dump
 </pre></div>
 
 <h2>SEE ALSO</h2>



More information about the grass-commit mailing list