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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 26 09:31:56 PDT 2014


Author: neteler
Date: 2014-03-26 09:31:56 -0700 (Wed, 26 Mar 2014)
New Revision: 59378

Modified:
   grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.py
Log:
r.modis.download: standardize settings parameter

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	2014-03-26 16:15:24 UTC (rev 59377)
+++ grass-addons/grass7/raster/r.modis/r.modis.download/r.modis.download.py	2014-03-26 16:31:56 UTC (rev 59378)
@@ -29,12 +29,10 @@
 #% key: g
 #% description: Return the name of file containing the list of HDF tiles downloaded in shell script style
 #%end
-#%option
+#%option G_OPT_F_INPUT
 #% key: settings
-#% type: string
-#% gisprompt: old,file,input
 #% label: Full path to settings file
-#% description: "-" to pass the parameter from stdin
+#% required: yes
 #% guisection: Define
 #%end
 #%option



More information about the grass-commit mailing list