[GRASS-SVN] r49513 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 4 01:05:22 EST 2011
Author: hamish
Date: 2011-12-03 22:05:22 -0800 (Sat, 03 Dec 2011)
New Revision: 49513
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 06:01:53 UTC (rev 49512)
+++ grass/trunk/lib/gis/parser_standard_options.c 2011-12-04 06:05:22 UTC (rev 49513)
@@ -428,7 +428,7 @@
Opt->description =
_("A single vector map can be connected to multiple database "
"tables. This number determines which table to use. "
-/* huh? */ "Layer name for direct OGR access.");
+ "When used with direct OGR access this is the layer name.");
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. "
-/* huh? */ "Layer name for direct OGR access.");
+ "When used with direct OGR access this is the layer name.");
Opt->gisprompt = "old,layer,layer_all";
break;
case G_OPT_V_CAT:
More information about the grass-commit
mailing list