[GRASS-SVN] r51913 - grass-addons/grass7/vector/v.external.all

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 31 08:11:13 PDT 2012


Author: martinl
Date: 2012-05-31 08:11:12 -0700 (Thu, 31 May 2012)
New Revision: 51913

Modified:
   grass-addons/grass7/vector/v.external.all/v.external.all.py
Log:
v.external.all: force --overwrite flag


Modified: grass-addons/grass7/vector/v.external.all/v.external.all.py
===================================================================
--- grass-addons/grass7/vector/v.external.all/v.external.all.py	2012-05-31 15:09:40 UTC (rev 51912)
+++ grass-addons/grass7/vector/v.external.all/v.external.all.py	2012-05-31 15:11:12 UTC (rev 51913)
@@ -1,14 +1,14 @@
 #!/usr/bin/env python
 ############################################################################
 #
-# MODULE:	v.external.all
-# AUTHOR(S):	Martin Landa
-# PURPOSE:	Links all OGR layers available in given OGR datasource.
-# COPYRIGHT:	(C) 2012 by Martin Landa, and the GRASS Development Team
+# MODULE:       v.external.all
+# AUTHOR(S):    Martin Landa
+# PURPOSE:      Links all OGR layers available in given OGR datasource.
+# COPYRIGHT:    (C) 2012 by Martin Landa, 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 for details.
+#               This program is free software under the GNU General
+#               Public License (>=v2). Read the file COPYING that
+#               comes with GRASS for details.
 #
 #############################################################################
 
@@ -16,6 +16,7 @@
 #% description: Links all OGR layers available in given OGR datasource.
 #% keywords: vector
 #% keywords: external
+#% overwrite: yes
 #%end
 #%flag
 #% key: l



More information about the grass-commit mailing list