[GRASS-SVN] r63137 - grass/trunk/vector/v.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 26 08:54:33 PST 2014


Author: martinl
Date: 2014-11-26 08:54:33 -0800 (Wed, 26 Nov 2014)
New Revision: 63137

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

Modified: grass/trunk/vector/v.segment/main.c
===================================================================
--- grass/trunk/vector/v.segment/main.c	2014-11-26 16:53:53 UTC (rev 63136)
+++ grass/trunk/vector/v.segment/main.c	2014-11-26 16:54:33 UTC (rev 63137)
@@ -70,7 +70,7 @@
     out_opt = G_define_standard_option(G_OPT_V_OUTPUT);
     
     file_opt = G_define_standard_option(G_OPT_F_INPUT);
-    file_opt->key = "file";
+    file_opt->key = "segments";
     file_opt->required = NO;
     file_opt->label = _("Name of file containing segment rules");
     file_opt->description = _("'-' for standard input");



More information about the grass-commit mailing list