浏览代码

temporal modules: Fixed wrong type in t.shift (trunk, https://trac.osgeo.org/grass/changeset/66652)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@66673 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 年之前
父节点
当前提交
7524ae3c6a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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