[GRASS-SVN] r63111 - grass/trunk/vector/v.kcv

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 08:28:52 PST 2014


Author: martinl
Date: 2014-11-26 08:28:51 -0800 (Wed, 26 Nov 2014)
New Revision: 63111

Modified:
   grass/trunk/vector/v.kcv/main.c
Log:
v.kcv: use standardized options (#2409)

Modified: grass/trunk/vector/v.kcv/main.c
===================================================================
--- grass/trunk/vector/v.kcv/main.c	2014-11-26 16:26:56 UTC (rev 63110)
+++ grass/trunk/vector/v.kcv/main.c	2014-11-26 16:28:51 UTC (rev 63111)
@@ -64,7 +64,7 @@
     field_opt = G_define_standard_option(G_OPT_V_FIELD);
 
     npart_opt = G_define_option();
-    npart_opt->key = "k";
+    npart_opt->key = "npartitions";
     npart_opt->type = TYPE_INTEGER;
     npart_opt->required = YES;
     npart_opt->label = _("Number of partitions");



More information about the grass-commit mailing list