瀏覽代碼

temporal: sync descriptions to trunk

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@64363 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 年之前
父節點
當前提交
cf53505ee5
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      temporal/t.rast.accumulate/t.rast.accumulate.py
  2. 1 1
      temporal/t.rast.aggregate/t.rast.aggregate.py

+ 1 - 1
temporal/t.rast.accumulate/t.rast.accumulate.py

@@ -119,7 +119,7 @@
 #%option
 #% key: method
 #% type: string
-#% description: This method will be applied to compute the accumulative values from the input maps
+#% description: This method will be applied to compute the accumulative values from the input maps in a single granule
 #% options: mean,gdd,bedd,huglin
 #% answer: mean
 #% required: no

+ 1 - 1
temporal/t.rast.aggregate/t.rast.aggregate.py

@@ -67,7 +67,7 @@
 #%option
 #% key: nprocs
 #% type: integer
-#% description: Number of r.mapcalc processes to run in parallel
+#% description: Number of r.series processes to run in parallel
 #% required: no
 #% multiple: no
 #% answer: 1