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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 3 07:57:04 EDT 2011


Author: neteler
Date: 2011-06-03 04:57:04 -0700 (Fri, 03 Jun 2011)
New Revision: 46547

Modified:
   grass/trunk/scripts/i.spectral/i.spectral.py
Log:
fix syntax

Modified: grass/trunk/scripts/i.spectral/i.spectral.py
===================================================================
--- grass/trunk/scripts/i.spectral/i.spectral.py	2011-06-03 11:56:22 UTC (rev 46546)
+++ grass/trunk/scripts/i.spectral/i.spectral.py	2011-06-03 11:57:04 UTC (rev 46547)
@@ -110,7 +110,7 @@
 	"set noclabel",
 	"set xlabel 'Bands'",
 	"set ylabel 'DN Value'",
-	"set data style lines"
+	"set style data lines"
 	]
 
 



More information about the grass-commit mailing list