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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 21 01:08:42 PST 2012


Author: mlennert
Date: 2012-11-21 01:08:41 -0800 (Wed, 21 Nov 2012)
New Revision: 53945

Modified:
   grass/trunk/lib/gis/parser_standard_options.c
Log:
Changed description of "layer" option in order to avoid confusion.


Modified: grass/trunk/lib/gis/parser_standard_options.c
===================================================================
--- grass/trunk/lib/gis/parser_standard_options.c	2012-11-21 09:05:50 UTC (rev 53944)
+++ grass/trunk/lib/gis/parser_standard_options.c	2012-11-21 09:08:41 UTC (rev 53945)
@@ -456,8 +456,8 @@
 	Opt->answer = "1";
 	Opt->label = _("Layer number or name");
 	Opt->description =
-	    _("A single vector map can be connected to multiple database "
-	      "tables. This number determines which table to use. "
+	    _("Vector features can have category values in different layers."
+	      " This number determines which layer to use. "
 	      "When used with direct OGR access this is the layer name.");
 	Opt->gisprompt = "old,layer,layer";
 	break;



More information about the grass-commit mailing list