[GRASS-SVN] r56205 - grass/trunk/vector/v.to.3d

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 11 13:12:16 PDT 2013


Author: martinl
Date: 2013-05-11 13:12:16 -0700 (Sat, 11 May 2013)
New Revision: 56205

Modified:
   grass/trunk/vector/v.to.3d/args.c
Log:
v.to.3d: use standardized flag (cosmetics)


Modified: grass/trunk/vector/v.to.3d/args.c
===================================================================
--- grass/trunk/vector/v.to.3d/args.c	2013-05-11 16:59:16 UTC (rev 56204)
+++ grass/trunk/vector/v.to.3d/args.c	2013-05-11 20:12:16 UTC (rev 56205)
@@ -10,8 +10,7 @@
     opt->reverse->description =
 	_("Reverse transformation; 3D vector features to 2D");
 
-    opt->table = G_define_flag();
-    opt->table->key = 't';
+    opt->table = G_define_standard_flag(G_FLG_V_TABLE);
     opt->table->description = _("Do not copy table");
 
     opt->input = G_define_standard_option(G_OPT_V_INPUT);



More information about the grass-commit mailing list