[GRASS-SVN] r65184 - grass/branches/releasebranch_7_0/vector/v.buffer
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 4 01:07:47 PDT 2015
Author: neteler
Date: 2015-05-04 01:07:47 -0700 (Mon, 04 May 2015)
New Revision: 65184
Modified:
grass/branches/releasebranch_7_0/vector/v.buffer/main.c
Log:
v.buffer: -c flag should be removed
Modified: grass/branches/releasebranch_7_0/vector/v.buffer/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.buffer/main.c 2015-05-03 14:28:07 UTC (rev 65183)
+++ grass/branches/releasebranch_7_0/vector/v.buffer/main.c 2015-05-04 08:07:47 UTC (rev 65184)
@@ -296,6 +296,7 @@
straight_flag->key = 's';
straight_flag->description = _("Make outside corners straight");
+/* Superfluous flag: https://trac.osgeo.org/grass/ticket/2223 */
nocaps_flag = G_define_flag();
nocaps_flag->key = 'c';
nocaps_flag->description = _("Do not make caps at the ends of polylines");
More information about the grass-commit
mailing list