[GRASS-SVN] r56080 - grass/branches/releasebranch_6_4/scripts/v.db.update

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 2 04:45:59 PDT 2013


Author: hamish
Date: 2013-05-02 04:45:58 -0700 (Thu, 02 May 2013)
New Revision: 56080

Modified:
   grass/branches/releasebranch_6_4/scripts/v.db.update/v.db.update
Log:
make use of gui option labels (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/scripts/v.db.update/v.db.update
===================================================================
--- grass/branches/releasebranch_6_4/scripts/v.db.update/v.db.update	2013-05-02 11:44:07 UTC (rev 56079)
+++ grass/branches/releasebranch_6_4/scripts/v.db.update/v.db.update	2013-05-02 11:45:58 UTC (rev 56080)
@@ -43,14 +43,16 @@
 #%option
 #% key: value
 #% type: string
-#% description: Literal value to update the column with
+#% label: Literal value to update the column with
+#% description: Varchar values must be in single quotes, e.g. 'grass'
 #% required : no
 #%end
 #%option
 #% key: qcolumn
 #% gisprompt: old_dbcolumn,dbcolumn,dbcolumn
 #% type: string
-#% description: Name of other attribute column to query, can be combination of columns (e.g. col1+col2)
+#% label: Name of attribute column to query
+#% description: Can be a combination of columns, e.g. col1+col2
 #% required : no
 #%end
 #%option



More information about the grass-commit mailing list