Browse Source

updated description of VIs

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33622 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 16 years ago
parent
commit
6be863dadf
1 changed files with 2 additions and 2 deletions
  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;"