[GRASS-SVN] r43895 - grass/trunk/imagery/i.atcorr

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 13 15:39:00 EDT 2010


Author: martinl
Date: 2010-10-13 12:39:00 -0700 (Wed, 13 Oct 2010)
New Revision: 43895

Modified:
   grass/trunk/imagery/i.atcorr/main.cpp
Log:
fix r43893 ('input' doubled)


Modified: grass/trunk/imagery/i.atcorr/main.cpp
===================================================================
--- grass/trunk/imagery/i.atcorr/main.cpp	2010-10-13 19:32:56 UTC (rev 43894)
+++ grass/trunk/imagery/i.atcorr/main.cpp	2010-10-13 19:39:00 UTC (rev 43895)
@@ -477,9 +477,9 @@
     opts.ivis->guisection       = _("Input");
 
     opts.icnd = G_define_standard_option(G_OPT_F_INPUT);
-    opts.icnd->key		= "input";
+    opts.icnd->key		= "parameters";
     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);
 



More information about the grass-commit mailing list