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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Feb 7 12:18:13 PST 2016


Author: martinl
Date: 2016-02-07 12:18:13 -0800 (Sun, 07 Feb 2016)
New Revision: 67763

Modified:
   grass/trunk/scripts/db.in.ogr/db.in.ogr.py
Log:
db.in.ogr: add --overwrite flag

Modified: grass/trunk/scripts/db.in.ogr/db.in.ogr.py
===================================================================
--- grass/trunk/scripts/db.in.ogr/db.in.ogr.py	2016-02-07 20:08:29 UTC (rev 67762)
+++ grass/trunk/scripts/db.in.ogr/db.in.ogr.py	2016-02-07 20:18:13 UTC (rev 67763)
@@ -4,9 +4,9 @@
 #
 # MODULE:       db.in.ogr
 # AUTHOR(S):   	Markus Neteler
-# PURPOSE:      imports attribute tables in various formats
+# PURPOSE:      Imports attribute tables in various formats
 #               Converted to Python by Glynn Clements
-# COPYRIGHT:    (C) 2007-2014 by Markus Neteler and the GRASS Development Team
+# COPYRIGHT:    (C) 2007-2016 by Markus Neteler and the GRASS Development Team
 #
 #               This program is free software under the GNU General Public
 #               License (>=v2). Read the file COPYING that comes with GRASS
@@ -19,6 +19,7 @@
 #% keyword: database
 #% keyword: import
 #% keyword: attribute table
+#% overwrite: yes
 #%End
 
 #%option G_OPT_F_BIN_INPUT



More information about the grass-commit mailing list