Explorar el Código

typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57162 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman hace 12 años
padre
commit
9167a75f6e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/v.krige/v.krige.html

+ 1 - 1
scripts/v.krige/v.krige.html

@@ -86,7 +86,7 @@ elevation map. Each point will receive the elevation value from the
 elevation raster, as if it came from a point survey.
 
 <div class="code"><pre>
- g.region rast=elevation.10m -res=150 -p
+ g.region rast=elevation.10m res=150 -p
  v.random output=rand2k_elev n=2000
  v.db.addtable map=rand2k_elev column="elevation double precision"
  v.what.rast vect=rand2k_elev rast=elevation.10m column=elevation