Browse Source

v.category: improve option description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62499 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 10 years ago
parent
commit
2fc5e8a0eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vector/v.category/main.c

+ 1 - 1
vector/v.category/main.c

@@ -118,7 +118,7 @@ int main(int argc, char *argv[])
 	       _("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;