[GRASS-SVN] r63102 - grass/trunk/scripts/v.db.update

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 08:17:44 PST 2014


Author: martinl
Date: 2014-11-26 08:17:44 -0800 (Wed, 26 Nov 2014)
New Revision: 63102

Modified:
   grass/trunk/scripts/v.db.update/v.db.update.py
Log:
v.db.update: use standardized options (#2409)

Modified: grass/trunk/scripts/v.db.update/v.db.update.py
===================================================================
--- grass/trunk/scripts/v.db.update/v.db.update.py	2014-11-26 16:17:05 UTC (rev 63101)
+++ grass/trunk/scripts/v.db.update/v.db.update.py	2014-11-26 16:17:44 UTC (rev 63102)
@@ -38,7 +38,7 @@
 #% required: no
 #%end
 #%option G_OPT_DB_COLUMN
-#% key: qcolumn
+#% key: query_column
 #% description: Name of other attribute column to query, can be combination of columns (e.g. co1+col2)
 #%end
 #%option G_OPT_DB_WHERE



More information about the grass-commit mailing list