[GRASS-SVN] r62499 - grass/trunk/vector/v.category
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 31 01:46:20 PDT 2014
Author: mmetz
Date: 2014-10-31 01:46:19 -0700 (Fri, 31 Oct 2014)
New Revision: 62499
Modified:
grass/trunk/vector/v.category/main.c
Log:
v.category: improve option description
Modified: grass/trunk/vector/v.category/main.c
===================================================================
--- grass/trunk/vector/v.category/main.c 2014-10-31 08:35:18 UTC (rev 62498)
+++ grass/trunk/vector/v.category/main.c 2014-10-31 08:46:19 UTC (rev 62499)
@@ -118,7 +118,7 @@
_("add the value specified by cat option to the current category value"),
_("copy values from one layer to another (e.g. layer=1,2,3 copies values from layer 1 to layer 2 and 3)"),
_("print report (statistics), in shell style: layer type count min max"),
- _("print category values, more cats in the same layer are separated by '/'"),
+ _("print category values, layers are separated by '|', more cats in the same layer are separated by '/'"),
_("print only layer numbers"));
option_opt->descriptions = desc;
More information about the grass-commit
mailing list