[GRASS-SVN] r47358 - grass/trunk/scripts/v.db.dropcolumn

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 2 12:49:08 EDT 2011


Author: mmetz
Date: 2011-08-02 09:49:08 -0700 (Tue, 02 Aug 2011)
New Revision: 47358

Modified:
   grass/trunk/scripts/v.db.dropcolumn/v.db.dropcolumn.py
Log:
add gisprompt

Modified: grass/trunk/scripts/v.db.dropcolumn/v.db.dropcolumn.py
===================================================================
--- grass/trunk/scripts/v.db.dropcolumn/v.db.dropcolumn.py	2011-08-02 16:44:29 UTC (rev 47357)
+++ grass/trunk/scripts/v.db.dropcolumn/v.db.dropcolumn.py	2011-08-02 16:49:08 UTC (rev 47358)
@@ -36,7 +36,7 @@
 
 #%option
 #% key: layer
-#% type: integer
+#% gisprompt:  old_layer,layer,layer
 #% description: Layer where to drop column
 #% answer: 1
 #% required : no
@@ -44,7 +44,7 @@
 
 #%option
 #% key: column
-#% type: string
+#% gisprompt: old_dbcolumn,dbcolumn,dbcolumn
 #% description: Name of the column to drop
 #% required : yes
 #%end



More information about the grass-commit mailing list