[GRASS-SVN] r60433 - grass/branches/releasebranch_7_0/vector/v.category
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 23 00:10:15 PDT 2014
Author: mlennert
Date: 2014-05-23 00:10:14 -0700 (Fri, 23 May 2014)
New Revision: 60433
Modified:
grass/branches/releasebranch_7_0/vector/v.category/main.c
Log:
improve description of add option (merge from trunk r60432
Modified: grass/branches/releasebranch_7_0/vector/v.category/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.category/main.c 2014-05-23 07:07:34 UTC (rev 60432)
+++ grass/branches/releasebranch_7_0/vector/v.category/main.c 2014-05-23 07:10:14 UTC (rev 60433)
@@ -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