Browse Source

m.transform: use standardized options (https://trac.osgeo.org/grass/ticket/2409) - (merge https://trac.osgeo.org/grass/changeset/62987 from trunk)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@62988 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 years ago
parent
commit
693a7bb58b
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");
     sum->description = _("Display summary information");
 
 
     xfm_pts = G_define_standard_option(G_OPT_F_INPUT);
     xfm_pts = G_define_standard_option(G_OPT_F_INPUT);
-    xfm_pts->key = "coords";
     xfm_pts->required = NO;
     xfm_pts->required = NO;
     xfm_pts->label =
     xfm_pts->label =
 	_("File containing coordinates to transform (\"-\" to read from stdin)");
 	_("File containing coordinates to transform (\"-\" to read from stdin)");