[GRASS-SVN] r62988 - grass/branches/releasebranch_7_0/misc/m.transform
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 26 02:17:03 PST 2014
Author: martinl
Date: 2014-11-26 02:17:03 -0800 (Wed, 26 Nov 2014)
New Revision: 62988
Modified:
grass/branches/releasebranch_7_0/misc/m.transform/main.c
Log:
m.transform: use standardized options (#2409) - (merge r62987 from trunk)
Modified: grass/branches/releasebranch_7_0/misc/m.transform/main.c
===================================================================
--- grass/branches/releasebranch_7_0/misc/m.transform/main.c 2014-11-26 10:15:46 UTC (rev 62987)
+++ grass/branches/releasebranch_7_0/misc/m.transform/main.c 2014-11-26 10:17:03 UTC (rev 62988)
@@ -355,7 +355,6 @@
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)");
More information about the grass-commit
mailing list