[GRASS-SVN] r60309 - grass/trunk/vector/v.clean

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 18 02:41:14 PDT 2014


Author: hcho
Date: 2014-05-18 02:41:14 -0700 (Sun, 18 May 2014)
New Revision: 60309

Modified:
   grass/trunk/vector/v.clean/main.c
Log:
v.clean: Option thresh => threshold

Modified: grass/trunk/vector/v.clean/main.c
===================================================================
--- grass/trunk/vector/v.clean/main.c	2014-05-18 08:44:24 UTC (rev 60308)
+++ grass/trunk/vector/v.clean/main.c	2014-05-18 09:41:14 UTC (rev 60309)
@@ -116,7 +116,7 @@
     opt.tool->descriptions = desc;
     
     opt.thresh = G_define_option();
-    opt.thresh->key = "thresh";
+    opt.thresh->key = "threshold";
     opt.thresh->type = TYPE_DOUBLE;
     opt.thresh->required = NO;
     opt.thresh->multiple = YES;



More information about the grass-commit mailing list