[GRASS-SVN] r73563 - grass/branches/releasebranch_7_4/vector/v.surf.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 16 17:28:06 PDT 2018


Author: annakrat
Date: 2018-10-16 17:28:06 -0700 (Tue, 16 Oct 2018)
New Revision: 73563

Modified:
   grass/branches/releasebranch_7_4/vector/v.surf.rst/main.c
Log:
v.surf.rst: clarify default smooth value (merge from trunk, r73554)

Modified: grass/branches/releasebranch_7_4/vector/v.surf.rst/main.c
===================================================================
--- grass/branches/releasebranch_7_4/vector/v.surf.rst/main.c	2018-10-17 00:27:12 UTC (rev 73562)
+++ grass/branches/releasebranch_7_4/vector/v.surf.rst/main.c	2018-10-17 00:28:06 UTC (rev 73563)
@@ -281,7 +281,8 @@
     parm.rsm->key = "smooth";
     parm.rsm->type = TYPE_DOUBLE;
     parm.rsm->required = NO;
-    parm.rsm->description = _("Smoothing parameter");
+    parm.rsm->label = _("Smoothing parameter");
+    parm.rsm->description = _("Smoothing is by default 0.5 unless smooth_column is specified");
     parm.rsm->guisection = _("Parameters");
 
     parm.scol = G_define_option();



More information about the grass-commit mailing list