[GRASS-SVN] r42532 - grass/trunk/scripts/v.db.addcolumn

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 9 05:32:47 EDT 2010


Author: martinl
Date: 2010-06-09 05:32:46 -0400 (Wed, 09 Jun 2010)
New Revision: 42532

Modified:
   grass/trunk/scripts/v.db.addcolumn/v.db.addcolumn.py
Log:
v.db.addcolumn: cosmetics in parameter description


Modified: grass/trunk/scripts/v.db.addcolumn/v.db.addcolumn.py
===================================================================
--- grass/trunk/scripts/v.db.addcolumn/v.db.addcolumn.py	2010-06-09 08:33:58 UTC (rev 42531)
+++ grass/trunk/scripts/v.db.addcolumn/v.db.addcolumn.py	2010-06-09 09:32:46 UTC (rev 42532)
@@ -28,14 +28,16 @@
 #% type: string
 #% gisprompt: old,vector,vector
 #% key_desc : name
-#% description: Vector map for which to edit attribute table
+#% description: Name of vector map for which to edit attribute table
 #% required : yes
 #%end
 
 #%option
 #% key: layer
 #% type: integer
-#% description: Layer where to add column
+#% gisprompt: old_layer,layer,layer
+#% label: Layer number where to add column(s)
+#% description: A single vector map can be connected to multiple database tables. This number determines which table to use.
 #% answer: 1
 #% required : no
 #%end
@@ -43,7 +45,8 @@
 #%option
 #% key: columns
 #% type: string
-#% description: Name and type of the new column(s) ('name type [,name type, ...]' - types depend on database backend, but all support VARCHAR(), INT, DOUBLE PRECISION and DATE)
+#% label: Name and type of the new column(s) ('name type [,name type, ...]')
+#% description: Data types depend on database backend, but all support VARCHAR(), INT, DOUBLE PRECISION and DATE
 #% required : yes
 #%end
 



More information about the grass-commit mailing list