[GRASS-SVN] r43463 - grass-addons/imagery/i.landsat.toar

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 14 01:54:38 EDT 2010


Author: hamish
Date: 2010-09-14 05:54:38 +0000 (Tue, 14 Sep 2010)
New Revision: 43463

Modified:
   grass-addons/imagery/i.landsat.toar/main.c
Log:
input metadata file prompt

Modified: grass-addons/imagery/i.landsat.toar/main.c
===================================================================
--- grass-addons/imagery/i.landsat.toar/main.c	2010-09-14 05:51:41 UTC (rev 43462)
+++ grass-addons/imagery/i.landsat.toar/main.c	2010-09-14 05:54:38 UTC (rev 43463)
@@ -78,6 +78,7 @@
     metfn->key = "metfile";
     metfn->type = TYPE_STRING;
     metfn->required = NO;
+    metfn->gisprompt = "old_file,file,file";
     metfn->description = _("Landsat ETM+ or TM5 header file (.met)");
 
     metho = G_define_option();



More information about the grass-commit mailing list