[GRASS-SVN] r56079 - grass/branches/develbranch_6/scripts/v.db.update
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 2 04:44:08 PDT 2013
Author: hamish
Date: 2013-05-02 04:44:07 -0700 (Thu, 02 May 2013)
New Revision: 56079
Modified:
grass/branches/develbranch_6/scripts/v.db.update/v.db.update
Log:
make use of gui option labels
Modified: grass/branches/develbranch_6/scripts/v.db.update/v.db.update
===================================================================
--- grass/branches/develbranch_6/scripts/v.db.update/v.db.update 2013-05-02 10:05:07 UTC (rev 56078)
+++ grass/branches/develbranch_6/scripts/v.db.update/v.db.update 2013-05-02 11:44:07 UTC (rev 56079)
@@ -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