Ver código fonte

improve description of add option (merge from trunk https://trac.osgeo.org/grass/changeset/60432

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@60433 15284696-431f-4ddb-bdfa-cd5b030d7da7
Moritz Lennert 11 anos atrás
pai
commit
5857095dbc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      vector/v.category/main.c

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

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