[GRASS-SVN] r33604 - grass/trunk/scripts/v.what.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 29 19:50:04 EDT 2008
Author: glynn
Date: 2008-09-29 19:50:04 -0400 (Mon, 29 Sep 2008)
New Revision: 33604
Modified:
grass/trunk/scripts/v.what.vect/v.what.vect.py
Log:
Don't abbreviate option names
Modified: grass/trunk/scripts/v.what.vect/v.what.vect.py
===================================================================
--- grass/trunk/scripts/v.what.vect/v.what.vect.py 2008-09-29 23:48:38 UTC (rev 33603)
+++ grass/trunk/scripts/v.what.vect/v.what.vect.py 2008-09-29 23:50:04 UTC (rev 33604)
@@ -74,7 +74,7 @@
def main():
grass.exec_command(
"v.distance",
- fro = options['vector'],
+ _from = options['vector'],
to = options['qvector'],
column = options['column'],
to_column = options['qcolumn'],
More information about the grass-commit
mailing list