[GRASS-SVN] r71126 - grass/branches/releasebranch_7_2/imagery/i.landsat.toar
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 24 00:43:40 PDT 2017
Author: neteler
Date: 2017-05-24 00:43:40 -0700 (Wed, 24 May 2017)
New Revision: 71126
Modified:
grass/branches/releasebranch_7_2/imagery/i.landsat.toar/main.c
Log:
i.landsat.toar: remove duplicate parameter description (trunk, r71125)
Modified: grass/branches/releasebranch_7_2/imagery/i.landsat.toar/main.c
===================================================================
--- grass/branches/releasebranch_7_2/imagery/i.landsat.toar/main.c 2017-05-24 07:42:52 UTC (rev 71125)
+++ grass/branches/releasebranch_7_2/imagery/i.landsat.toar/main.c 2017-05-24 07:43:40 UTC (rev 71126)
@@ -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