[GRASS-SVN] r63157 - grass/trunk/scripts/v.what.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 26 09:32:21 PST 2014
Author: martinl
Date: 2014-11-26 09:32:21 -0800 (Wed, 26 Nov 2014)
New Revision: 63157
Modified:
grass/trunk/scripts/v.what.vect/v.what.vect.py
Log:
v.what.vect: use standardized options (#2409)
Modified: grass/trunk/scripts/v.what.vect/v.what.vect.py
===================================================================
--- grass/trunk/scripts/v.what.vect/v.what.vect.py 2014-11-26 17:30:59 UTC (rev 63156)
+++ grass/trunk/scripts/v.what.vect/v.what.vect.py 2014-11-26 17:32:21 UTC (rev 63157)
@@ -31,15 +31,15 @@
#% required: yes
#%end
#%option G_OPT_V_MAP
-#% key: qmap
+#% key: query_map
#% label: Name of vector map to be queried
#% required : yes
#%end
#%option G_OPT_V_FIELD
-#% key: qlayer
+#% key: query_layer
#%end
#%option G_OPT_DB_COLUMN
-#% key: qcolumn
+#% key: query_column
#% description: Name of attribute column to be queried
#% required: yes
#%end
More information about the grass-commit
mailing list