[GRASS-SVN] r67954 - grass/trunk/vector/v.patch

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 25 17:35:03 PST 2016


Author: wenzeslaus
Date: 2016-02-25 17:35:03 -0800 (Thu, 25 Feb 2016)
New Revision: 67954

Modified:
   grass/trunk/vector/v.patch/main.c
Log:
v.patch: remove unnecessary description (provided in std flag since r67953)

Modified: grass/trunk/vector/v.patch/main.c
===================================================================
--- grass/trunk/vector/v.patch/main.c	2016-02-26 01:31:36 UTC (rev 67953)
+++ grass/trunk/vector/v.patch/main.c	2016-02-26 01:35:03 UTC (rev 67954)
@@ -105,7 +105,6 @@
 			    "(overwriting existing files must be activated)");
 
     no_topo = G_define_standard_flag(G_FLG_V_TOPO);
-    no_topo->description = _("Advantageous when handling a large number of points");
 
     if (G_parser(argc, argv))
 	exit(EXIT_FAILURE);



More information about the grass-commit mailing list