[GRASS-SVN] r63098 - grass/trunk/scripts/v.db.join

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 08:13:17 PST 2014


Author: martinl
Date: 2014-11-26 08:13:17 -0800 (Wed, 26 Nov 2014)
New Revision: 63098

Modified:
   grass/trunk/scripts/v.db.join/v.db.join.py
Log:
v.db.join: use standardized options (#2409)

Modified: grass/trunk/scripts/v.db.join/v.db.join.py
===================================================================
--- grass/trunk/scripts/v.db.join/v.db.join.py	2014-11-26 16:11:51 UTC (rev 63097)
+++ grass/trunk/scripts/v.db.join/v.db.join.py	2014-11-26 16:13:17 UTC (rev 63098)
@@ -37,20 +37,20 @@
 #%end
 
 #%option G_OPT_DB_TABLE
-#% key: otable
+#% key: other_table
 #% description: Other table name
 #% required: yes
 #% guidependency: ocolumn,scolumns
 #%end
 
 #%option G_OPT_DB_COLUMN
-#% key: ocolumn
+#% key: other_column
 #% description: Identifier column (e.g.: id) in the other table used for join
 #% required: yes
 #%end
 
 #%option G_OPT_DB_COLUMN
-#% key: scolumns
+#% key: subset_columns
 #% multiple: yes
 #% required: no
 #% description: Subset of columns from the other table



More information about the grass-commit mailing list