[GRASS-SVN] r60437 - grass/branches/releasebranch_6_4/vector/v.category
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 23 00:19:39 PDT 2014
Author: mlennert
Date: 2014-05-23 00:19:39 -0700 (Fri, 23 May 2014)
New Revision: 60437
Modified:
grass/branches/releasebranch_6_4/vector/v.category/main.c
Log:
improve description of add option (merge from grass6_devel r60435)
Modified: grass/branches/releasebranch_6_4/vector/v.category/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.category/main.c 2014-05-23 07:15:34 UTC (rev 60436)
+++ grass/branches/releasebranch_6_4/vector/v.category/main.c 2014-05-23 07:19:39 UTC (rev 60437)
@@ -82,7 +82,7 @@
option_opt->options = "add,del,chlayer,sum,report,print,layers";
option_opt->answer = "add";
option_opt->description = _("Action to be done");
- option_opt->descriptions = _("add;add a new category;"
+ option_opt->descriptions = _("add;add a category to features without category in the given layer;"
"del;delete all categories of given layer;"
"chlayer;change layer number (e.g. layer=3,1 changes layer 3 to layer 1);"
"sum;add the value specified by cat option to the current category value;"
More information about the grass-commit
mailing list