[GRASS-SVN] r44309 - grass/trunk/raster/r.li/r.li.cwed

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 13 13:31:43 EST 2010


Author: msieczka
Date: 2010-11-13 10:31:43 -0800 (Sat, 13 Nov 2010)
New Revision: 44309

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

Modified: grass/trunk/raster/r.li/r.li.cwed/cwed.c
===================================================================
--- grass/trunk/raster/r.li/r.li.cwed/cwed.c	2010-11-13 18:31:32 UTC (rev 44308)
+++ grass/trunk/raster/r.li/r.li.cwed/cwed.c	2010-11-13 18:31:43 UTC (rev 44309)
@@ -63,7 +63,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