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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 30 06:13:04 PDT 2013


Author: mmetz
Date: 2013-05-30 06:13:04 -0700 (Thu, 30 May 2013)
New Revision: 56511

Modified:
   grass/trunk/scripts/v.db.update/v.db.update.py
Log:
v.db.update: move layer number to required tab because column is required and dependent on layer

Modified: grass/trunk/scripts/v.db.update/v.db.update.py
===================================================================
--- grass/trunk/scripts/v.db.update/v.db.update.py	2013-05-30 12:12:50 UTC (rev 56510)
+++ grass/trunk/scripts/v.db.update/v.db.update.py	2013-05-30 13:13:04 UTC (rev 56511)
@@ -24,6 +24,7 @@
 #%option G_OPT_V_MAP
 #%end
 #%option G_OPT_V_FIELD
+#% required: yes
 #%end
 #%option G_OPT_DB_COLUMN
 #% key: column



More information about the grass-commit mailing list