[GRASS-SVN] r49180 - grass/trunk/vector/v.edit
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 11 08:56:21 EST 2011
Author: martinl
Date: 2011-11-11 05:56:20 -0800 (Fri, 11 Nov 2011)
New Revision: 49180
Modified:
grass/trunk/vector/v.edit/args.c
Log:
v.edit: standardize flags ('b' is used for 'do not build topo')
Modified: grass/trunk/vector/v.edit/args.c
===================================================================
--- grass/trunk/vector/v.edit/args.c 2011-11-11 13:30:14 UTC (rev 49179)
+++ grass/trunk/vector/v.edit/args.c 2011-11-11 13:56:20 UTC (rev 49180)
@@ -192,7 +192,7 @@
params->header->guisection = _("Input");
params->topo = G_define_flag();
- params->topo->key = 't';
+ params->topo->key = 'b';
params->topo->description = _("Do not build topology");
params->move_first = G_define_flag();
More information about the grass-commit
mailing list