[GRASS-SVN] r43823 -
grass/branches/develbranch_6/scripts/v.db.renamecol
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 7 22:30:22 EDT 2010
Author: hamish
Date: 2010-10-08 02:30:22 +0000 (Fri, 08 Oct 2010)
New Revision: 43823
Modified:
grass/branches/develbranch_6/scripts/v.db.renamecol/v.db.renamecol
Log:
fix key_desc specification for column=
Modified: grass/branches/develbranch_6/scripts/v.db.renamecol/v.db.renamecol
===================================================================
--- grass/branches/develbranch_6/scripts/v.db.renamecol/v.db.renamecol 2010-10-07 11:14:46 UTC (rev 43822)
+++ grass/branches/develbranch_6/scripts/v.db.renamecol/v.db.renamecol 2010-10-08 02:30:22 UTC (rev 43823)
@@ -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