[GRASS-SVN] r44806 - grass/trunk/vector/v.external.out

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 30 07:03:23 EST 2010


Author: martinl
Date: 2010-12-30 04:03:23 -0800 (Thu, 30 Dec 2010)
New Revision: 44806

Modified:
   grass/trunk/vector/v.external.out/args.c
Log:
v.external.out: do not define default format


Modified: grass/trunk/vector/v.external.out/args.c
===================================================================
--- grass/trunk/vector/v.external.out/args.c	2010-12-30 11:58:35 UTC (rev 44805)
+++ grass/trunk/vector/v.external.out/args.c	2010-12-30 12:03:23 UTC (rev 44806)
@@ -20,8 +20,7 @@
     options->format->required = YES;
     options->format->type = TYPE_STRING;
     options->format->options = format_list();
-    options->format->answer = "ESRI Shapefile";
-
+ 
     options->opts = G_define_option();
     options->opts->key = "options";
     options->opts->description = _("Creation options");



More information about the grass-commit mailing list