[GRASS-SVN] r35094 - grass/trunk/raster/r.horizon

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 29 12:43:53 EST 2008


Author: neteler
Date: 2008-12-29 12:43:52 -0500 (Mon, 29 Dec 2008)
New Revision: 35094

Modified:
   grass/trunk/raster/r.horizon/main.c
Log:
step -> horizonstep to sync with r.sun; msg cosmetics

Modified: grass/trunk/raster/r.horizon/main.c
===================================================================
--- grass/trunk/raster/r.horizon/main.c	2008-12-29 15:59:58 UTC (rev 35093)
+++ grass/trunk/raster/r.horizon/main.c	2008-12-29 17:43:52 UTC (rev 35094)
@@ -206,11 +206,11 @@
     parm.direction->guisection = _("Input_options");
 
     parm.step = G_define_option();
-    parm.step->key = "step";
+    parm.step->key = "horizonstep";
     parm.step->type = TYPE_DOUBLE;
     parm.step->required = NO;
     parm.step->description =
-	_("For multidirectional horizon: the step size in degrees");
+	_("Angle step size for multidirectional horizon [degrees]");
     parm.step->guisection = _("Input_options");
 
     parm.bufferzone = G_define_option();



More information about the grass-commit mailing list