[GRASS-SVN] r56267 - grass/trunk/raster/r.surf.random
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 15 13:34:15 PDT 2013
Author: martinl
Date: 2013-05-15 13:34:15 -0700 (Wed, 15 May 2013)
New Revision: 56267
Modified:
grass/trunk/raster/r.surf.random/main.c
Log:
r.surf.random: description cosmetics
Modified: grass/trunk/raster/r.surf.random/main.c
===================================================================
--- grass/trunk/raster/r.surf.random/main.c 2013-05-15 16:27:16 UTC (rev 56266)
+++ grass/trunk/raster/r.surf.random/main.c 2013-05-15 20:34:15 UTC (rev 56267)
@@ -37,8 +37,7 @@
G_add_keyword(_("surface"));
G_add_keyword(_("random"));
module->description =
- _("Produces a raster map of uniform random "
- "deviates whose range can be expressed by the user.");
+ _("Produces a raster surface map of uniform random deviates with defined range.");
out = G_define_standard_option(G_OPT_R_OUTPUT);
More information about the grass-commit
mailing list