Przeglądaj źródła

v.buffer: -c flag should be removed

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@65184 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 lat temu
rodzic
commit
2b8d797c1a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      vector/v.buffer/main.c

+ 1 - 0
vector/v.buffer/main.c

@@ -296,6 +296,7 @@ int main(int argc, char *argv[])
     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");