[GRASS-SVN] r44706 - grass/branches/develbranch_6/imagery/i.modis.qc

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 23 20:02:22 EST 2010


Author: neteler
Date: 2010-12-23 17:02:22 -0800 (Thu, 23 Dec 2010)
New Revision: 44706

Modified:
   grass/branches/develbranch_6/imagery/i.modis.qc/main.c
Log:
show options

Modified: grass/branches/develbranch_6/imagery/i.modis.qc/main.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.modis.qc/main.c	2010-12-24 01:00:41 UTC (rev 44705)
+++ grass/branches/develbranch_6/imagery/i.modis.qc/main.c	2010-12-24 01:02:22 UTC (rev 44706)
@@ -108,8 +108,8 @@
     input1->key = "qcname";
     input1->type = TYPE_STRING;
     input1->required = YES;
-    input1->description = _("Name of QC type to extract");
-    input1->descriptions =_("adjcorr;mod09: Adjacency Correction;"
+    input1->description = _("Name of QC type to extract:"
+                            "adjcorr;mod09: Adjacency Correction;"
                             "atcorr;mod09: Atmospheric Correction;"
                             "cloud;mod09: Cloud State;"
                             "data_quality;mod09: Band-Wise Data Quality Flag;"



More information about the grass-commit mailing list