[GRASS-SVN] r42436 - grass/trunk/scripts/r.colors.stddev
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 2 06:08:56 EDT 2010
Author: martinl
Date: 2010-06-02 06:08:55 -0400 (Wed, 02 Jun 2010)
New Revision: 42436
Modified:
grass/trunk/scripts/r.colors.stddev/r.colors.stddev.py
Log:
r.colors.stddev: 'input' parameter renamed to 'map'
Modified: grass/trunk/scripts/r.colors.stddev/r.colors.stddev.py
===================================================================
--- grass/trunk/scripts/r.colors.stddev/r.colors.stddev.py 2010-06-02 08:36:04 UTC (rev 42435)
+++ grass/trunk/scripts/r.colors.stddev/r.colors.stddev.py 2010-06-02 10:08:55 UTC (rev 42436)
@@ -7,7 +7,7 @@
# Converted to Python by Glynn Clements
# PURPOSE: Set color rules based on stddev from a map's mean value.
#
-# COPYRIGHT: (c) 2007,2009 Hamish Bowman, and the GRASS Development Team
+# COPYRIGHT: (c) 2007,2009-2010 Hamish Bowman, and the GRASS Development Team
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
# for details.
@@ -15,16 +15,16 @@
#############################################################################
#%Module
-#% description: Set color rules based on stddev from a map's mean value.
+#% description: Set color rules based on stddev from a raster map's mean value.
#% keywords: raster
#% keywords: color table
#%End
#% option
-#% key: input
+#% key: map
#% type: string
#% gisprompt: old,cell,raster
#% key_desc: name
-#% description: Name of input raster map
+#% description: Name of raster map
#% required: yes
#%end
#%flag
More information about the grass-commit
mailing list