Explorar el Código

temporal modules: Fixed wrong type in t.shift

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66652 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert hace 9 años
padre
commit
4d1871fb50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      temporal/t.shift/t.shift.py

+ 1 - 1
temporal/t.shift/t.shift.py

@@ -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