[GRASS-SVN] r63113 - grass/trunk/vector/v.kernel
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 26 08:30:33 PST 2014
Author: martinl
Date: 2014-11-26 08:30:33 -0800 (Wed, 26 Nov 2014)
New Revision: 63113
Modified:
grass/trunk/vector/v.kernel/main.c
Log:
v.kernel: use standardized options (#2409)
Modified: grass/trunk/vector/v.kernel/main.c
===================================================================
--- grass/trunk/vector/v.kernel/main.c 2014-11-26 16:29:51 UTC (rev 63112)
+++ grass/trunk/vector/v.kernel/main.c 2014-11-26 16:30:33 UTC (rev 63113)
@@ -162,7 +162,7 @@
netmax_opt->guisection = _("Network");
multip_opt = G_define_option();
- multip_opt->key = "mult";
+ multip_opt->key = "multiplier";
multip_opt->type = TYPE_DOUBLE;
multip_opt->required = NO;
multip_opt->description = _("Multiply the density result by this number");
More information about the grass-commit
mailing list