[GRASS-SVN] r59230 - grass/trunk/scripts/m.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 10 15:14:29 PDT 2014
Author: martinl
Date: 2014-03-10 15:14:29 -0700 (Mon, 10 Mar 2014)
New Revision: 59230
Modified:
grass/trunk/scripts/m.proj/m.proj.py
Log:
m.proj: guisection cosmetics
Modified: grass/trunk/scripts/m.proj/m.proj.py
===================================================================
--- grass/trunk/scripts/m.proj/m.proj.py 2014-03-10 20:16:35 UTC (rev 59229)
+++ grass/trunk/scripts/m.proj/m.proj.py 2014-03-10 22:14:29 UTC (rev 59230)
@@ -8,7 +8,7 @@
# Converted to Python by Glynn Clements
# PURPOSE: cs2cs reprojection frontend for a list of coordinates.
# Replacement for m.proj2 from GRASS 5
-# COPYRIGHT: (c) 2006-2009 Hamish Bowman, and the GRASS Development Team
+# COPYRIGHT: (c) 2006-2014 Hamish Bowman, and the GRASS Development Team
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
# for details.
@@ -48,7 +48,7 @@
#% label: Field separator (format: input[,output])
#% description: Valid field separators are also "space", "tab", or "comma"
#% required : no
-#% guisection: Output
+#% guisection: Input coordinates
#%end
#%option
#% key: proj_in
More information about the grass-commit
mailing list