[GRASS-SVN] r67775 - grass/trunk/scripts/db.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 7 14:15:20 PST 2016


Author: martinl
Date: 2016-02-07 14:15:20 -0800 (Sun, 07 Feb 2016)
New Revision: 67775

Modified:
   grass/trunk/scripts/db.in.ogr/db.in.ogr.py
Log:
db.in.ogr: use standardized option for output table

Modified: grass/trunk/scripts/db.in.ogr/db.in.ogr.py
===================================================================
--- grass/trunk/scripts/db.in.ogr/db.in.ogr.py	2016-02-07 22:12:59 UTC (rev 67774)
+++ grass/trunk/scripts/db.in.ogr/db.in.ogr.py	2016-02-07 22:15:20 UTC (rev 67775)
@@ -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