浏览代码

r.in.xyz: add keyword

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62713 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 年之前
父节点
当前提交
964bcc9aed
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      raster/r.in.xyz/main.c

+ 2 - 1
raster/r.in.xyz/main.c

@@ -3,7 +3,7 @@
  *
  *  Calculates univariate statistics from the non-null cells of a GRASS raster map
  *
- *   Copyright 2006-2012 by M. Hamish Bowman, and The GRASS Development Team
+ *   Copyright 2006-2014 by M. Hamish Bowman, and The GRASS Development Team
  *   Author: M. Hamish Bowman, University of Otago, Dunedin, New Zealand
  *
  *   Extended 2007 by Volker Wichmann to support the aggregate functions
@@ -159,6 +159,7 @@ int main(int argc, char *argv[])
     G_add_keyword(_("raster"));
     G_add_keyword(_("import"));
     G_add_keyword(_("conversion"));
+    G_add_keyword(_("aggregation"));
     G_add_keyword("ASCII");
     G_add_keyword(_("LIDAR"));
     module->description =