[GRASS-SVN] r52970 - grass/trunk/imagery/i.eb.netrad

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 29 01:30:20 PDT 2012


Author: neteler
Date: 2012-08-29 01:30:20 -0700 (Wed, 29 Aug 2012)
New Revision: 52970

Modified:
   grass/trunk/imagery/i.eb.netrad/main.c
Log:
msg cosmetics

Modified: grass/trunk/imagery/i.eb.netrad/main.c
===================================================================
--- grass/trunk/imagery/i.eb.netrad/main.c	2012-08-29 08:19:44 UTC (rev 52969)
+++ grass/trunk/imagery/i.eb.netrad/main.c	2012-08-29 08:30:20 UTC (rev 52970)
@@ -68,13 +68,13 @@
 
     input2 = G_define_standard_option(G_OPT_R_INPUT);
     input2->key = _("ndvi");
-    input2->description = _("Name of the ndvi map [-1.0;+1.0]");
+    input2->description = _("Name of the NDVI map [-1.0;+1.0]");
     input2->answer = _("ndvi");
 
     input3 = G_define_standard_option(G_OPT_R_INPUT);
     input3->key = _("temperature");
     input3->description =
-	_("Name of the Surface temperature map [degree Kelvin]");
+	_("Name of the surface temperature map [K]");
     input3->answer = _("tempk");
 
     input4 = G_define_standard_option(G_OPT_R_INPUT);
@@ -86,7 +86,7 @@
     input5 = G_define_standard_option(G_OPT_R_INPUT);
     input5->key = _("temperaturedifference2m");
     input5->description =
-	_("Name of the difference of temperature from surface skin to about 2 m height [K]");
+	_("Name of the difference map of temperature from surface skin to about 2 m height [K]");
     input5->answer = _("dtair");
 
     input6 = G_define_standard_option(G_OPT_R_INPUT);



More information about the grass-commit mailing list