Explorar o código

updated description of VIs

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33622 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin %!s(int64=16) %!d(string=hai) anos
pai
achega
6be863dadf
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      imagery/i.vi/main.c

+ 2 - 2
imagery/i.vi/main.c

@@ -84,11 +84,11 @@ int main(int argc, char *argv[])
     input1->type = TYPE_STRING;
     input1->required = YES;
     input1->description = _("Name of vegetation index");
-    input1->descriptions =_("sr;???"
+    input1->descriptions =_("sr;Simple Ratio;"
 			    "ndvi;Normalized Difference Vegetation Index;"
 			    "ipvi;Infrared Percentage Vegetation Index;"
 			    "dvi;Difference Vegetation Index;"
-			    "evi;???"
+			    "evi;Enhanced Vegetation Index;"
 			    "pvi;Perpendicular Vegetation Index;"
 			    "wdvi;Weighted Difference Vegetation Index;"
 			    "savi;Soil Adjusted Vegetation Index;"