[GRASS-SVN] r68219 - grass/branches/releasebranch_7_0/raster/r.recode

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 7 00:40:41 PDT 2016


Author: martinl
Date: 2016-04-07 00:40:41 -0700 (Thu, 07 Apr 2016)
New Revision: 68219

Modified:
   grass/branches/releasebranch_7_0/raster/r.recode/main.c
Log:
r.recode: add keyword for reclassification (merge r68218 from trunk)

Modified: grass/branches/releasebranch_7_0/raster/r.recode/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.recode/main.c	2016-04-07 07:39:31 UTC (rev 68218)
+++ grass/branches/releasebranch_7_0/raster/r.recode/main.c	2016-04-07 07:40:41 UTC (rev 68219)
@@ -47,6 +47,7 @@
     module = G_define_module();
     G_add_keyword(_("raster"));
     G_add_keyword(_("recode categories"));
+    G_add_keyword(_("reclassification"));
     module->description = _("Recodes categorical raster maps.");
 
     parm.input = G_define_standard_option(G_OPT_R_INPUT);



More information about the grass-commit mailing list