[GRASS-SVN] r43896 - grass/branches/develbranch_6/imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 13 15:41:18 EDT 2010


Author: martinl
Date: 2010-10-13 12:41:18 -0700 (Wed, 13 Oct 2010)
New Revision: 43896

Modified:
   grass/branches/develbranch_6/imagery/i.atcorr/main.cpp
Log:
cosmetics in i.atcorr parameter description


Modified: grass/branches/develbranch_6/imagery/i.atcorr/main.cpp
===================================================================
--- grass/branches/develbranch_6/imagery/i.atcorr/main.cpp	2010-10-13 19:39:00 UTC (rev 43895)
+++ grass/branches/develbranch_6/imagery/i.atcorr/main.cpp	2010-10-13 19:41:18 UTC (rev 43896)
@@ -488,7 +488,7 @@
     opts.icnd = G_define_standard_option(G_OPT_F_INPUT);
     opts.icnd->key		= "icnd";
     opts.icnd->required	        = YES;
-    opts.icnd->description	= _("Name of input text file");
+    opts.icnd->description	= _("Name of input text file with 6S parameters");
 
     opts.oimg = G_define_standard_option(G_OPT_R_OUTPUT);
     opts.oimg->key = "oimg";



More information about the grass-commit mailing list