[GRASS-SVN] r67781 - grass/branches/releasebranch_7_0/scripts/db.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 7 14:39:56 PST 2016


Author: martinl
Date: 2016-02-07 14:39:56 -0800 (Sun, 07 Feb 2016)
New Revision: 67781

Modified:
   grass/branches/releasebranch_7_0/scripts/db.in.ogr/db.in.ogr.py
Log:
db.in.ogr: use standardized option for output table (merge r67775 from trunk)

Modified: grass/branches/releasebranch_7_0/scripts/db.in.ogr/db.in.ogr.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/db.in.ogr/db.in.ogr.py	2016-02-07 22:37:24 UTC (rev 67780)
+++ grass/branches/releasebranch_7_0/scripts/db.in.ogr/db.in.ogr.py	2016-02-07 22:39:56 UTC (rev 67781)
@@ -34,13 +34,12 @@
 #% required : no
 #%end
 
-#%option 
+#%option G_OPT_DB_TABLE
 #% key: output
-#% type: string
-#% key_desc : name
 #% description: Name for output table
 #% required : no
 #% guisection: Output
+#% gisprompt: new,dbtable,dbtable
 #%end
 
 #%option



More information about the grass-commit mailing list