[GRASS-SVN] r43825 - grass/branches/releasebranch_6_4/scripts/v.db.renamecol

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 8 01:26:51 EDT 2010


Author: hamish
Date: 2010-10-08 05:26:51 +0000 (Fri, 08 Oct 2010)
New Revision: 43825

Modified:
   grass/branches/releasebranch_6_4/scripts/v.db.renamecol/v.db.renamecol
Log:
if key_desc contains a,b then it expects pairs and multiple:yes is not needed (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/scripts/v.db.renamecol/v.db.renamecol
===================================================================
--- grass/branches/releasebranch_6_4/scripts/v.db.renamecol/v.db.renamecol	2010-10-08 05:25:24 UTC (rev 43824)
+++ grass/branches/releasebranch_6_4/scripts/v.db.renamecol/v.db.renamecol	2010-10-08 05:26:51 UTC (rev 43825)
@@ -43,7 +43,8 @@
 #% type: string
 #% description: Old and new name of the column (old,new)
 #% required : yes
-#% multiple: yes
+#% key_desc: old_name,new_name
+#% multiple: no
 #%end
 
 if [ -z "$GISBASE" ] ; then



More information about the grass-commit mailing list