[GRASS-SVN] r44160 - grass-addons/imagery/i.landsat.acca

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 1 20:35:17 EDT 2010


Author: martinl
Date: 2010-11-01 17:35:17 -0700 (Mon, 01 Nov 2010)
New Revision: 44160

Modified:
   grass-addons/imagery/i.landsat.acca/main.c
Log:
i.landsat.acca: use same input param name as i.landsat.toar


Modified: grass-addons/imagery/i.landsat.acca/main.c
===================================================================
--- grass-addons/imagery/i.landsat.acca/main.c	2010-11-02 00:34:16 UTC (rev 44159)
+++ grass-addons/imagery/i.landsat.acca/main.c	2010-11-02 00:35:17 UTC (rev 44160)
@@ -107,7 +107,7 @@
     module->keywords = _("imagery, landsat, acca");
     
     band_prefix = G_define_option();
-    band_prefix->key = "band_prefix";
+    band_prefix->key = "input_prefix";
     band_prefix->label = _("Base name of input raster bands");
     band_prefix->description = _("Example: 'B.' for B.1, B.2, ...");
     band_prefix->type = TYPE_STRING;



More information about the grass-commit mailing list