[GRASS-SVN] r34700 - grass/trunk/scripts/i.spectral

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 4 04:41:44 EST 2008


Author: hamish
Date: 2008-12-04 04:41:44 -0500 (Thu, 04 Dec 2008)
New Revision: 34700

Modified:
   grass/trunk/scripts/i.spectral/i.spectral.py
Log:
option cosmetics

Modified: grass/trunk/scripts/i.spectral/i.spectral.py
===================================================================
--- grass/trunk/scripts/i.spectral/i.spectral.py	2008-12-04 09:39:55 UTC (rev 34699)
+++ grass/trunk/scripts/i.spectral/i.spectral.py	2008-12-04 09:41:44 UTC (rev 34700)
@@ -22,21 +22,21 @@
 # this script needs gnuplot
 
 #%Module
-#%  description: displays spectral response at user specified locations in group or images
+#%  description: Displays spectral response at user specified locations in group or images.
 #%  keywords: imagery, raster, multispectral
 #%End
 #%option
 #% key: group
 #% type: string
 #% gisprompt: old,group
-#% description: group input
+#% description: Group input
 #% required : no
 #%end
 #%option
 #% key: raster
 #% type: string
 #% gisprompt: old,cell,raster
-#% description: raster input maps
+#% description: Raster input maps
 #% multiple : yes
 #% required : no
 #%end
@@ -44,7 +44,7 @@
 #% key: output
 #% type: string
 #% gisprompt: new_file,file,PNG
-#% description: write output to PNG image
+#% description: Write output to PNG image
 #% multiple : no
 #% required : no
 #%end
@@ -52,17 +52,17 @@
 #% key: coords
 #% type: double
 #% key_desc: east,north
-#% description: coordinates
+#% description: Coordinates
 #% multiple : yes
 #% required : yes
 #%end
 #%flag 
 #%key: c
-#%description: label with coordinates instead of numbering
+#%description: Label with coordinates instead of numbering
 #%end
 #%flag 
 #%key: g
-#%description: use gnuplot for display
+#%description: Use gnuplot for display
 #%end
 
 import sys



More information about the grass-commit mailing list