[GRASS-SVN] r60432 - grass/trunk/vector/v.category

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 23 00:07:34 PDT 2014


Author: mlennert
Date: 2014-05-23 00:07:34 -0700 (Fri, 23 May 2014)
New Revision: 60432

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

Modified: grass/trunk/vector/v.category/main.c
===================================================================
--- grass/trunk/vector/v.category/main.c	2014-05-23 07:04:20 UTC (rev 60431)
+++ grass/trunk/vector/v.category/main.c	2014-05-23 07:07:34 UTC (rev 60432)
@@ -112,7 +112,7 @@
 	       "report;%s;"
 	       "print;%s;"
 	       "layers;%s",
-	       _("add a new category"),
+	       _("add a category to features without category in the given layer"),
 	       _("delete category (cat=-1 to delete all categories of given layer)"),
 	       _("change layer number (e.g. layer=3,1 changes layer 3 to layer 1)"),
 	       _("add the value specified by cat option to the current category value"),



More information about the grass-commit mailing list