Browse Source

v.build.html: fix map name

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58976 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 years ago
parent
commit
cd81b533da
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vector/v.build/v.build.html

+ 2 - 2
vector/v.build/v.build.html

@@ -52,7 +52,7 @@ indeces, not only topology. For linked OGR layers
 index is created.
 index is created.
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-v.build map=urbanareas option=build
+v.build map=urbanarea option=build
 </pre></div>
 </pre></div>
 
 
 Note that the vector map <i>urbanarea</i> must be located in the
 Note that the vector map <i>urbanarea</i> must be located in the
@@ -65,7 +65,7 @@ standard output. Such information can be printed also for vector maps
 from other mapsets.
 from other mapsets.
 
 
 <div class="code"><pre>
 <div class="code"><pre>
-v.build map=urbanareas option=dump
+v.build map=urbanarea option=dump
 </pre></div>
 </pre></div>
 
 
 <h2>SEE ALSO</h2>
 <h2>SEE ALSO</h2>