[GRASS-SVN] r41942 - grass/trunk/vector/v.in.dxf

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 21 05:00:53 EDT 2010


Author: martinl
Date: 2010-04-21 05:00:52 -0400 (Wed, 21 Apr 2010)
New Revision: 41942

Modified:
   grass/trunk/vector/v.in.dxf/main.c
Log:
v.in.dxf: output optional (list flag)


Modified: grass/trunk/vector/v.in.dxf/main.c
===================================================================
--- grass/trunk/vector/v.in.dxf/main.c	2010-04-21 08:31:11 UTC (rev 41941)
+++ grass/trunk/vector/v.in.dxf/main.c	2010-04-21 09:00:52 UTC (rev 41942)
@@ -103,8 +103,9 @@
     opt.input->description = _("Name of input DXF file");
 
     opt.output = G_define_standard_option(G_OPT_V_OUTPUT);
-    opt.output->required = YES;
-
+    opt.output->required = NO;
+    opt.output->guisection = _("Required");
+    
     opt.layers = G_define_option();
     opt.layers->key = "layers";
     opt.layers->type = TYPE_STRING;



More information about the grass-commit mailing list