浏览代码

improve description of add option

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60432 15284696-431f-4ddb-bdfa-cd5b030d7da7
Moritz Lennert 11 年之前
父节点
当前提交
6b100d3977
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"),