[GRASS-SVN] r49566 - grass/branches/develbranch_6/scripts/r.fillnulls

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 6 12:14:43 EST 2011


Author: martinl
Date: 2011-12-06 09:14:43 -0800 (Tue, 06 Dec 2011)
New Revision: 49566

Modified:
   grass/branches/develbranch_6/scripts/r.fillnulls/r.fillnulls
Log:
r.fillnulls: cosmetics in module description


Modified: grass/branches/develbranch_6/scripts/r.fillnulls/r.fillnulls
===================================================================
--- grass/branches/develbranch_6/scripts/r.fillnulls/r.fillnulls	2011-12-06 17:06:43 UTC (rev 49565)
+++ grass/branches/develbranch_6/scripts/r.fillnulls/r.fillnulls	2011-12-06 17:14:43 UTC (rev 49566)
@@ -20,21 +20,21 @@
 
 
 #%Module
-#% description: Fills no-data areas in raster maps using v.surf.rst splines interpolation
+#% description: Fills no-data areas in raster maps using v.surf.rst splines interpolation.
 #% keywords: raster, elevation, interpolation
 #%End
 #%option
 #% key: input
 #% gisprompt: old,cell,raster
 #% type: string
-#% description: Raster map in which to fill nulls
+#% description: Name of input raster map in which to fill nulls
 #% required : yes
 #%end
 #%option
 #% key: output
 #% gisprompt: new,cell,raster
 #% type: string
-#% description: Output raster map with nulls filled by interpolation from surrounding values
+#% description: Name for output raster map with nulls filled by interpolation
 #% required : yes
 #%end
 #%option



More information about the grass-commit mailing list