[GRASS-SVN] r44310 - grass/branches/develbranch_6/raster/r.li/r.li.cwed

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 13 13:32:22 EST 2010


Author: msieczka
Date: 2010-11-13 10:32:22 -0800 (Sat, 13 Nov 2010)
New Revision: 44310

Modified:
   grass/branches/develbranch_6/raster/r.li/r.li.cwed/cwed.c
Log:
Cosmetics

Modified: grass/branches/develbranch_6/raster/r.li/r.li.cwed/cwed.c
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.cwed/cwed.c	2010-11-13 18:31:43 UTC (rev 44309)
+++ grass/branches/develbranch_6/raster/r.li/r.li.cwed/cwed.c	2010-11-13 18:32:22 UTC (rev 44310)
@@ -60,7 +60,7 @@
     path = G_define_option();
     path->key = "path";
     path->description =
-	"input file that contains the weight to calculate the index";
+	"Input file that contains the weight to calculate the index";
     path->type = TYPE_STRING;
     path->required = YES;
     path->gisprompt = "old_file,file,input";



More information about the grass-commit mailing list