浏览代码

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 年之前
父节点
当前提交
9f08950314
共有 1 个文件被更改,包括 1 次插入2 次删除
  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);