浏览代码

m.transform use standardized options (https://trac.osgeo.org/grass/ticket/2409)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62987 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父节点
当前提交
43fe13f572
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      misc/m.transform/main.c

+ 0 - 1
misc/m.transform/main.c

@@ -355,7 +355,6 @@ int main(int argc, char **argv)
     sum->description = _("Display summary information");
 
     xfm_pts = G_define_standard_option(G_OPT_F_INPUT);
-    xfm_pts->key = "coords";
     xfm_pts->required = NO;
     xfm_pts->label =
 	_("File containing coordinates to transform (\"-\" to read from stdin)");