[GRASS-SVN] r56874 - grass-addons/grass7/imagery/i.eb.z0m
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 22 01:28:06 PDT 2013
Author: ychemin
Date: 2013-06-22 01:28:06 -0700 (Sat, 22 Jun 2013)
New Revision: 56874
Modified:
grass-addons/grass7/imagery/i.eb.z0m/main.c
Log:
fixed Option key to standard value
Modified: grass-addons/grass7/imagery/i.eb.z0m/main.c
===================================================================
--- grass-addons/grass7/imagery/i.eb.z0m/main.c 2013-06-22 08:10:37 UTC (rev 56873)
+++ grass-addons/grass7/imagery/i.eb.z0m/main.c 2013-06-22 08:28:06 UTC (rev 56874)
@@ -62,7 +62,6 @@
/* Define the different options */
input1 = G_define_standard_option(G_OPT_R_INPUT);
- input1->key = _("ndvi");
input1->description = _("Name of the NDVI map [-1.0;1.0], SAVI if -p flag");
input2 = G_define_option();
More information about the grass-commit
mailing list