Browse Source

svn propset

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55514 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 years ago
parent
commit
2cbb2f652c
2 changed files with 3 additions and 3 deletions
  1. 2 2
      raster/r.tile/main.c
  2. 1 1
      raster/r.tile/r.tile.html

+ 2 - 2
raster/r.tile/main.c

@@ -3,7 +3,7 @@
  *
  * MODULE:       r.tile
  * AUTHOR(S):    Glynn Clements <glynn gclements.plus.com>
- * PURPOSE:      
+ * PURPOSE:      Retiles an existing raster map with user defined x and y tile size
  * COPYRIGHT:    (C) 2013 by Glynn Clements and the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
 
     module = G_define_module();
     G_add_keyword(_("raster"));
-    G_add_keyword(_("retile"));
+    G_add_keyword(_("tiling"));
     module->description =
 	_("Splits a raster map into tiles.");
 

+ 1 - 1
raster/r.tile/r.tile.html

@@ -11,4 +11,4 @@
 
 Glynn Clements
 
-<p><i>Last changed: $Date: 2011-11-08 21:24:20 +0000 (Tue, 08 Nov 2011) $</i>
+<p><i>Last changed: $Date$</i>