[GRASS-SVN] r34567 - grass-addons/raster/r.watershed2/front
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 27 18:00:35 EST 2008
Author: neteler
Date: 2008-11-27 18:00:35 -0500 (Thu, 27 Nov 2008)
New Revision: 34567
Modified:
grass-addons/raster/r.watershed2/front/main.c
Log:
use _ instead of .
Modified: grass-addons/raster/r.watershed2/front/main.c
===================================================================
--- grass-addons/raster/r.watershed2/front/main.c 2008-11-27 22:59:32 UTC (rev 34566)
+++ grass-addons/raster/r.watershed2/front/main.c 2008-11-27 23:00:35 UTC (rev 34567)
@@ -73,7 +73,7 @@
opt3->guisection = _("Input_options");
opt4 = G_define_option();
- opt4->key = "disturbed.land";
+ opt4->key = "disturbed_land";
opt4->description =
_("Input map or value: percent of disturbed land, for USLE");
opt4->required = NO;
@@ -100,7 +100,7 @@
opt6->guisection = _("Input_options");
opt7 = G_define_option();
- opt7->key = "max.slope.length";
+ opt7->key = "max_slope_length";
opt7->description =
_("Input value: maximum length of surface flow, for USLE");
opt7->required = NO;
@@ -143,7 +143,7 @@
opt11->guisection = _("Output_options");
opt12 = G_define_option();
- opt12->key = "half.basin";
+ opt12->key = "half_basin";
opt12->description =
_("Output map: each half-basin is given a unique value");
opt12->required = NO;
@@ -161,7 +161,7 @@
opt13->guisection = _("Output_options");
opt14 = G_define_option();
- opt14->key = "length.slope";
+ opt14->key = "length_slope";
opt14->description =
_("Output map: slope length and steepness (LS) factor for USLE");
opt14->required = NO;
@@ -170,7 +170,7 @@
opt14->guisection = _("Output_options");
opt15 = G_define_option();
- opt15->key = "slope.steepness";
+ opt15->key = "slope_steepness";
opt15->description = _("Output map: slope steepness (S) factor for USLE");
opt15->required = NO;
opt15->type = TYPE_STRING;
More information about the grass-commit
mailing list