[GRASS-SVN] r44632 - grass/trunk/vector/v.external.out
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 19 15:27:04 EST 2010
Author: martinl
Date: 2010-12-19 12:27:04 -0800 (Sun, 19 Dec 2010)
New Revision: 44632
Modified:
grass/trunk/vector/v.external.out/v.external.out.html
Log:
v.external.out: update manual page
Modified: grass/trunk/vector/v.external.out/v.external.out.html
===================================================================
--- grass/trunk/vector/v.external.out/v.external.out.html 2010-12-19 20:24:31 UTC (rev 44631)
+++ grass/trunk/vector/v.external.out/v.external.out.html 2010-12-19 20:27:04 UTC (rev 44632)
@@ -15,7 +15,7 @@
v.external dsn=cities.shp output=cities
# 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
v.select ainput=cities atype=point binput=forests btype=area operator=within output=fcities
@@ -31,7 +31,7 @@
<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>
More information about the grass-commit
mailing list