Ver código fonte

r.colors.stddev: 'input' parameter renamed to 'map'

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42436 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 anos atrás
pai
commit
0eda432757
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      scripts/r.colors.stddev/r.colors.stddev.py

+ 4 - 4
scripts/r.colors.stddev/r.colors.stddev.py

@@ -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