[GRASS-SVN] r47818 - grass-addons/grass7/raster/r.modis/r.modis.download

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 22 09:22:04 EDT 2011


Author: neteler
Date: 2011-08-22 06:22:04 -0700 (Mon, 22 Aug 2011)
New Revision: 47818

Modified:
   grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.py
Log:
Msg cosmetics

Modified: grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.py
===================================================================
--- grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.py	2011-08-22 12:58:50 UTC (rev 47817)
+++ grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.py	2011-08-22 13:22:04 UTC (rev 47818)
@@ -57,14 +57,14 @@
 #%option
 #% key: startday
 #% type: string
-#% label: The day to start download
+#% label: First date to download
 #% description: Format: YYYY-MM-DD. If not set the download starts from today and go back 10 days. If not endday the download stops 10 days after the endday
 #% required: no
 #%end
 #%option
 #% key: endday
 #% type: string
-#% label: The day to stop download
+#% label: Last date to download
 #% description: Format: YYYY-MM-DD. To use only together with startday
 #% required: no
 #%end



More information about the grass-commit mailing list