소스 검색

typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57162 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 년 전
부모
커밋
9167a75f6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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