[GRASS-SVN] r34856 - grass/trunk/vector/v.select
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 13 12:43:51 EST 2008
Author: martinl
Date: 2008-12-13 12:43:51 -0500 (Sat, 13 Dec 2008)
New Revision: 34856
Modified:
grass/trunk/vector/v.select/v.select.html
Log:
v.select: use unshortened parameter names in manual pages
(merge from devbr6, r34855)
Modified: grass/trunk/vector/v.select/v.select.html
===================================================================
--- grass/trunk/vector/v.select/v.select.html 2008-12-13 17:43:05 UTC (rev 34855)
+++ grass/trunk/vector/v.select/v.select.html 2008-12-13 17:43:51 UTC (rev 34856)
@@ -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