[GRASS-SVN] r59324 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 25 04:51:22 PDT 2014
Author: neteler
Date: 2014-03-25 04:51:22 -0700 (Tue, 25 Mar 2014)
New Revision: 59324
Modified:
grass/trunk/lib/gis/parser_standard_options.c
Log:
parser msg: clarify which feature type is meant
Modified: grass/trunk/lib/gis/parser_standard_options.c
===================================================================
--- grass/trunk/lib/gis/parser_standard_options.c 2014-03-25 10:45:07 UTC (rev 59323)
+++ grass/trunk/lib/gis/parser_standard_options.c 2014-03-25 11:51:22 UTC (rev 59324)
@@ -458,7 +458,7 @@
Opt->multiple = YES;
Opt->answer = "point,line,boundary,centroid,area";
Opt->options = "point,line,boundary,centroid,area";
- Opt->description = _("Feature type");
+ Opt->description = _("Input feature type");
break;
case G_OPT_V3_TYPE:
Opt->key = "type";
@@ -467,7 +467,7 @@
Opt->multiple = YES;
Opt->answer = "point,line,boundary,centroid,area,face,kernel";
Opt->options = "point,line,boundary,centroid,area,face,kernel";
- Opt->description = _("Feature type");
+ Opt->description = _("Input feature type");
break;
case G_OPT_V_FIELD:
Opt->key = "layer";
More information about the grass-commit
mailing list