[GRASS-SVN] r34699 - grass/branches/develbranch_6/scripts/i.spectral

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 4 04:39:55 EST 2008


Author: hamish
Date: 2008-12-04 04:39:55 -0500 (Thu, 04 Dec 2008)
New Revision: 34699

Modified:
   grass/branches/develbranch_6/scripts/i.spectral/i.spectral
Log:
option cosmetics

Modified: grass/branches/develbranch_6/scripts/i.spectral/i.spectral
===================================================================
--- grass/branches/develbranch_6/scripts/i.spectral/i.spectral	2008-12-04 09:39:09 UTC (rev 34698)
+++ grass/branches/develbranch_6/scripts/i.spectral/i.spectral	2008-12-04 09:39:55 UTC (rev 34699)
@@ -21,21 +21,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
@@ -43,7 +43,7 @@
 #% key: output
 #% type: string
 #% gisprompt: output
-#% description: write output to PNG image
+#% description: Write output to PNG image
 #% multiple : no
 #% required : no
 #%end
@@ -57,7 +57,7 @@
 #%end
 #%flag 
 #%key: c
-#%description: label with coordinates instead of numbering
+#%description: Label with coordinates instead of numbering
 #%end
 
 if test "$GISBASE" = ""; then



More information about the grass-commit mailing list