[GRASS-SVN] r67764 - grass/branches/releasebranch_7_0/scripts/db.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 7 12:24:11 PST 2016
Author: martinl
Date: 2016-02-07 12:24:11 -0800 (Sun, 07 Feb 2016)
New Revision: 67764
Modified:
grass/branches/releasebranch_7_0/scripts/db.in.ogr/db.in.ogr.py
Log:
db.in.ogr: add --overwrite flag (merge r67763 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 20:18:13 UTC (rev 67763)
+++ grass/branches/releasebranch_7_0/scripts/db.in.ogr/db.in.ogr.py 2016-02-07 20:24:11 UTC (rev 67764)
@@ -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