Просмотр исходного кода

v.external.out: update manual page

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44632 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 лет назад
Родитель
Сommit
83262c83da
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      vector/v.external.out/v.external.out.html

+ 2 - 2
vector/v.external.out/v.external.out.html

@@ -15,7 +15,7 @@ Shapefile format:
 v.external dsn=cities.shp output=cities
 v.external dsn=cities.shp output=cities
 
 
 # define output directory for GRASS calculation results:
 # define output directory for GRASS calculation results:
-v.external.out directory=$HOME/gisoutput/
+v.external.out dsn=$HOME/gisoutput
 
 
 # do something (here: spatial query), write output directly as Shapefile
 # do something (here: spatial query), write output directly as Shapefile
 v.select ainput=cities atype=point binput=forests btype=area operator=within output=fcities
 v.select ainput=cities atype=point binput=forests btype=area operator=within output=fcities
@@ -31,7 +31,7 @@ v.select ainput=cities atype=point binput=forests btype=area operator=within out
 
 
 <h2>REFERENCES</h2>
 <h2>REFERENCES</h2>
 
 
-OGR Pages: <a href="http://gdal.osgeo.org/ogr">http://gdal.osgeo.org/ogr</a>
+OGR Library website: <a href="http://gdal.osgeo.org/ogr">http://gdal.osgeo.org/ogr</a>
 
 
 <h2>AUTHOR</h2>
 <h2>AUTHOR</h2>