[GRASS-SVN] r49512 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 4 01:01:54 EST 2011


Author: hamish
Date: 2011-12-03 22:01:53 -0800 (Sat, 03 Dec 2011)
New Revision: 49512

Modified:
   grass/trunk/lib/gis/parser_standard_options.c
Log:
try to make these option descriptions make more sense

Modified: grass/trunk/lib/gis/parser_standard_options.c
===================================================================
--- grass/trunk/lib/gis/parser_standard_options.c	2011-12-04 05:53:03 UTC (rev 49511)
+++ grass/trunk/lib/gis/parser_standard_options.c	2011-12-04 06:01:53 UTC (rev 49512)
@@ -354,7 +354,7 @@
         Opt->description =
             _("The dimensions of the tiles used in the output raster3d map (XxYxZ or default: 16x16x8)");
 	break;
-        
+
 	/*vector maps */
     case G_OPT_V_INPUT:
 	Opt->key = "input";
@@ -363,7 +363,7 @@
 	Opt->required = YES;
 	Opt->gisprompt = "old,vector,vector";
 	Opt->label = _("Name of input vector map");
-	Opt->description = _("Data source for direct OGR access");
+	Opt->description = _("Or data source for direct OGR access");
 	break;
     case G_OPT_V_INPUTS:
 	Opt->key = "input";
@@ -373,7 +373,7 @@
 	Opt->multiple = YES;
 	Opt->gisprompt = "old,vector,vector";
 	Opt->label = _("Name of input vector map(s)");
-	Opt->description = _("Data source(s) for direct OGR access");
+	Opt->description = _("Or data source(s) for direct OGR access");
 	break;
     case G_OPT_V_OUTPUT:
 	Opt->key = "output";
@@ -390,7 +390,7 @@
 	Opt->required = YES;
 	Opt->gisprompt = "old,vector,vector";
 	Opt->label = _("Name of vector map");
-	Opt->description = _("Data source for direct OGR access");
+	Opt->description = _("Or data source for direct OGR access");
 	break;
     case G_OPT_V_MAPS:
 	Opt->key = "map";
@@ -428,7 +428,7 @@
 	Opt->description =
 	    _("A single vector map can be connected to multiple database "
 	      "tables. This number determines which table to use. "
-	      "Layer name for direct OGR access.");
+/* huh? */    "Layer name for direct OGR access.");
 	Opt->gisprompt = "old,layer,layer";
 	break;
     case G_OPT_V_FIELD_ALL:
@@ -440,7 +440,7 @@
 	Opt->description =
 	    _("A single vector map can be connected to multiple database "
 	      "tables. This number determines which table to use. "
-	      "Layer name for direct OGR access.");
+/* huh? */    "Layer name for direct OGR access.");
 	Opt->gisprompt = "old,layer,layer_all";
 	break;
     case G_OPT_V_CAT:



More information about the grass-commit mailing list