[GRASS-SVN] r71125 - grass/trunk/imagery/i.landsat.toar

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 24 00:42:52 PDT 2017


Author: neteler
Date: 2017-05-24 00:42:52 -0700 (Wed, 24 May 2017)
New Revision: 71125

Modified:
   grass/trunk/imagery/i.landsat.toar/main.c
Log:
i.landsat.toar: remove duplicate parameter description

Modified: grass/trunk/imagery/i.landsat.toar/main.c
===================================================================
--- grass/trunk/imagery/i.landsat.toar/main.c	2017-05-23 19:29:14 UTC (rev 71124)
+++ grass/trunk/imagery/i.landsat.toar/main.c	2017-05-24 07:42:52 UTC (rev 71125)
@@ -121,7 +121,6 @@
     metho->required = NO;
     metho->options = "uncorrected,dos1,dos2,dos2b,dos3,dos4";
     metho->label = _("Atmospheric correction method");
-    metho->description = _("Atmospheric correction method");
     metho->answer = "uncorrected";
     metho->guisection = _("Metadata");
 



More information about the grass-commit mailing list