[GRASS-SVN] r62500 - grass/branches/releasebranch_7_0/vector/v.category

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 31 01:46:43 PDT 2014


Author: mmetz
Date: 2014-10-31 01:46:43 -0700 (Fri, 31 Oct 2014)
New Revision: 62500

Modified:
   grass/branches/releasebranch_7_0/vector/v.category/main.c
Log:
v.category: improve option description

Modified: grass/branches/releasebranch_7_0/vector/v.category/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.category/main.c	2014-10-31 08:46:19 UTC (rev 62499)
+++ grass/branches/releasebranch_7_0/vector/v.category/main.c	2014-10-31 08:46:43 UTC (rev 62500)
@@ -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