[GRASS-SVN] r34855 - grass/branches/develbranch_6/vector/v.select

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 13 12:43:05 EST 2008


Author: martinl
Date: 2008-12-13 12:43:05 -0500 (Sat, 13 Dec 2008)
New Revision: 34855

Modified:
   grass/branches/develbranch_6/vector/v.select/description.html
Log:
v.select: use unshortened parameter names in manual pages

Modified: grass/branches/develbranch_6/vector/v.select/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.select/description.html	2008-12-13 17:22:33 UTC (rev 34854)
+++ grass/branches/develbranch_6/vector/v.select/description.html	2008-12-13 17:43:05 UTC (rev 34855)
@@ -30,8 +30,8 @@
 Extract Italian rivers from VMAP0 watercourses map:
 
 <div class="code"><pre>
-v.select ain=watrcrsl_eurnasia_wgs84 bin=italy_area \
-         out=watrcrsl_italy op=overlap
+v.select ainput=watrcrsl_eurnasia_wgs84 binput=italy_area \
+         output=watrcrsl_italy operator=overlap
 </pre></div>
 
 



More information about the grass-commit mailing list