[GRASS-SVN] r66652 - grass/trunk/temporal/t.shift

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 29 05:04:36 PDT 2015


Author: huhabla
Date: 2015-10-29 05:04:36 -0700 (Thu, 29 Oct 2015)
New Revision: 66652

Modified:
   grass/trunk/temporal/t.shift/t.shift.py
Log:
temporal modules: Fixed wrong type in t.shift

Modified: grass/trunk/temporal/t.shift/t.shift.py
===================================================================
--- grass/trunk/temporal/t.shift/t.shift.py	2015-10-29 08:40:57 UTC (rev 66651)
+++ grass/trunk/temporal/t.shift/t.shift.py	2015-10-29 12:04:36 UTC (rev 66652)
@@ -25,7 +25,7 @@
 #% description: Name of an existing space time dataset
 #%end
 
-#%option G_OPT_T_TYPE
+#%option G_OPT_STDS_TYPE
 #% guidependency: input
 #% guisection: Required
 #%end



More information about the grass-commit mailing list