Browse Source

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 years ago
parent
commit
43fe13f572
1 changed files with 0 additions and 1 deletions
  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)");