Browse Source

v.to.3d: use standardized flag (cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56205 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
9f08950314
1 changed files with 1 additions and 2 deletions
  1. 1 2
      vector/v.to.3d/args.c

+ 1 - 2
vector/v.to.3d/args.c

@@ -10,8 +10,7 @@ void parse_args(struct opts *opt)
     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);