[GRASS-SVN] r66660 - grass-addons/grass7/general/g.proj.identify

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 29 07:43:40 PDT 2015


Author: martinl
Date: 2015-10-29 07:43:40 -0700 (Thu, 29 Oct 2015)
New Revision: 66660

Modified:
   grass-addons/grass7/general/g.proj.identify/g.proj.identify.py
Log:
g.proj.identify: cosmetics in description (label -> description)

Modified: grass-addons/grass7/general/g.proj.identify/g.proj.identify.py
===================================================================
--- grass-addons/grass7/general/g.proj.identify/g.proj.identify.py	2015-10-29 14:42:08 UTC (rev 66659)
+++ grass-addons/grass7/general/g.proj.identify/g.proj.identify.py	2015-10-29 14:43:40 UTC (rev 66660)
@@ -22,14 +22,14 @@
 
 #%option G_OPT_F_INPUT
 #% key: wkt
-#% label: Name of input file with WKT definition
+#% description: Name of input file with WKT definition
 #% required: no
 #%end
 
 #%option
 #% key: epsg
 #% type: integer
-#% label: Input EPSG code
+#% description: Input EPSG code
 #% required: no
 #%end
 
@@ -45,7 +45,6 @@
 
 #%flag
 #% key: s
-#% label: save
 #% description: Save as default EPSG in the current location
 #%end
 



More information about the grass-commit mailing list