[GRASS-SVN] r60435 - grass/branches/develbranch_6/vector/v.category

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 23 00:15:29 PDT 2014


Author: mlennert
Date: 2014-05-23 00:15:29 -0700 (Fri, 23 May 2014)
New Revision: 60435

Modified:
   grass/branches/develbranch_6/vector/v.category/main.c
Log:
improve description of add option

Modified: grass/branches/develbranch_6/vector/v.category/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.category/main.c	2014-05-23 07:14:52 UTC (rev 60434)
+++ grass/branches/develbranch_6/vector/v.category/main.c	2014-05-23 07:15:29 UTC (rev 60435)
@@ -84,7 +84,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