[GRASS-SVN] r65645 - grass/trunk/vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 19 10:16:10 PDT 2015


Author: martinl
Date: 2015-07-19 10:16:10 -0700 (Sun, 19 Jul 2015)
New Revision: 65645

Modified:
   grass/trunk/vector/v.in.ogr/main.c
Log:
v.out.ogr: guisection cosmetics

Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c	2015-07-19 17:13:07 UTC (rev 65644)
+++ grass/trunk/vector/v.in.ogr/main.c	2015-07-19 17:16:10 UTC (rev 65645)
@@ -139,7 +139,7 @@
     param.dsn->key = "input";
     param.dsn->type = TYPE_STRING;
     param.dsn->required =YES;
-    param.dsn->label = _("OGR datasource name");
+    param.dsn->label = _("Name of OGR datasource to be imported");
     param.dsn->description = _("Examples:\n"
 				   "\t\tESRI Shapefile: directory containing shapefiles\n"
 				   "\t\tMapInfo File: directory containing mapinfo files");
@@ -155,7 +155,7 @@
     param.layer->description =
 	_("Examples:\n" "\t\tESRI Shapefile: shapefile name\n"
 	  "\t\tMapInfo File: mapinfo file name");
-    param.layer->guisection = _("Layer");
+    param.layer->guisection = _("Input");
     param.layer->gisprompt = "old,datasource_layer,datasource_layer";
 
     param.out = G_define_standard_option(G_OPT_V_OUTPUT);
@@ -215,6 +215,7 @@
     param.outloc->required = NO;
     param.outloc->description = _("Name for new location to create");
     param.outloc->key_desc = "name";
+    param.outloc->guisection = _("Output");
     
     param.cnames = G_define_standard_option(G_OPT_DB_COLUMNS);
     param.cnames->description =
@@ -303,6 +304,7 @@
     flag.no_import->description =
 	_("Create the location specified by the \"location\" parameter and exit."
           " Do not import the vector data.");
+    flag.no_import->guisection = _("Output");
     
     /* The parser checks if the map already exists in current mapset, this is
      * wrong if location options is used, so we switch out the check and do it



More information about the grass-commit mailing list