[GRASS-SVN] r38039 - in grass/branches/releasebranch_6_4/scripts: db.dropcol db.droptable

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 23 10:00:58 EDT 2009


Author: martinl
Date: 2009-06-23 10:00:58 -0400 (Tue, 23 Jun 2009)
New Revision: 38039

Modified:
   grass/branches/releasebranch_6_4/scripts/db.dropcol/db.dropcol
   grass/branches/releasebranch_6_4/scripts/db.droptable/db.droptable
Log:
trac #661
	(merge from devbr6, r38038)


Modified: grass/branches/releasebranch_6_4/scripts/db.dropcol/db.dropcol
===================================================================
--- grass/branches/releasebranch_6_4/scripts/db.dropcol/db.dropcol	2009-06-23 13:58:16 UTC (rev 38038)
+++ grass/branches/releasebranch_6_4/scripts/db.dropcol/db.dropcol	2009-06-23 14:00:58 UTC (rev 38039)
@@ -32,7 +32,7 @@
 #% key_desc : name
 #% description: Table from which to drop attribute column
 #% required : yes
-#% gisprompt: old,dbtable,dbtable
+#% gisprompt: old_dbtable,dbtable,dbtable
 #%end
 
 #%option
@@ -40,7 +40,7 @@
 #% type: string
 #% description: Name of the column
 #% required : yes
-#% gisprompt: old,dbcolumn,dbcolumn
+#% gisprompt: old_dbcolumn,dbcolumn,dbcolumn
 #%end
 
 

Modified: grass/branches/releasebranch_6_4/scripts/db.droptable/db.droptable
===================================================================
--- grass/branches/releasebranch_6_4/scripts/db.droptable/db.droptable	2009-06-23 13:58:16 UTC (rev 38038)
+++ grass/branches/releasebranch_6_4/scripts/db.droptable/db.droptable	2009-06-23 14:00:58 UTC (rev 38039)
@@ -30,7 +30,7 @@
 #% key_desc : name
 #% description: Table to drop
 #% required : yes
-#% gisprompt: old,dbtable,dbtable
+#% gisprompt: old_dbtable,dbtable,dbtable
 #%end
 
 if  [ -z "$GISBASE" ] ; then



More information about the grass-commit mailing list