[GRASS-SVN] r66180 - in grass/branches/releasebranch_7_0/temporal: t.list t.rast.list t.rast.univar t.rast3d.list t.rast3d.univar t.register t.vect.db.select t.vect.list t.vect.univar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 12 11:05:17 PDT 2015
Author: neteler
Date: 2015-09-12 11:05:17 -0700 (Sat, 12 Sep 2015)
New Revision: 66180
Modified:
grass/branches/releasebranch_7_0/temporal/t.list/t.list.py
grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.html
grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.py
grass/branches/releasebranch_7_0/temporal/t.rast.univar/t.rast.univar.py
grass/branches/releasebranch_7_0/temporal/t.rast3d.list/t.rast3d.list.py
grass/branches/releasebranch_7_0/temporal/t.rast3d.univar/t.rast3d.univar.py
grass/branches/releasebranch_7_0/temporal/t.register/t.register.py
grass/branches/releasebranch_7_0/temporal/t.vect.db.select/t.vect.db.select.py
grass/branches/releasebranch_7_0/temporal/t.vect.list/t.vect.list.py
grass/branches/releasebranch_7_0/temporal/t.vect.univar/t.vect.univar.py
Log:
temporal separator parameter: use label to re-enable standard description
Modified: grass/branches/releasebranch_7_0/temporal/t.list/t.list.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.list/t.list.py 2015-09-12 18:04:42 UTC (rev 66179)
+++ grass/branches/releasebranch_7_0/temporal/t.list/t.list.py 2015-09-12 18:05:17 UTC (rev 66180)
@@ -66,7 +66,7 @@
#%end
#%option G_OPT_F_SEP
-#% description: Field separator character between the output columns
+#% label: Field separator character between the output columns
#% guisection: Formatting
#%end
Modified: grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.html
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.html 2015-09-12 18:04:42 UTC (rev 66179)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.html 2015-09-12 18:05:17 UTC (rev 66180)
@@ -21,7 +21,7 @@
map layer sampled by a user defined <b>granule</b>. As default the
granularity of the space time raster dataset is used for sampling.
-For user defined column separator can be specified with the <b>separator</b>
+The output column separator can be specified with the <b>separator</b>
option.
<h2>EXAMPLE</h2>
Modified: grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.py 2015-09-12 18:04:42 UTC (rev 66179)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.list/t.rast.list.py 2015-09-12 18:05:17 UTC (rev 66180)
@@ -70,7 +70,7 @@
#%end
#%option G_OPT_F_SEP
-#% description: Field separator character between the output columns
+#% label: Field separator character between the output columns
#% guisection: Formatting
#%end
Modified: grass/branches/releasebranch_7_0/temporal/t.rast.univar/t.rast.univar.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast.univar/t.rast.univar.py 2015-09-12 18:04:42 UTC (rev 66179)
+++ grass/branches/releasebranch_7_0/temporal/t.rast.univar/t.rast.univar.py 2015-09-12 18:05:17 UTC (rev 66180)
@@ -29,7 +29,7 @@
#%end
#%option G_OPT_F_SEP
-#% description: Field separator character between the output columns
+#% label: Field separator character between the output columns
#% guisection: Formatting
#%end
Modified: grass/branches/releasebranch_7_0/temporal/t.rast3d.list/t.rast3d.list.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast3d.list/t.rast3d.list.py 2015-09-12 18:04:42 UTC (rev 66179)
+++ grass/branches/releasebranch_7_0/temporal/t.rast3d.list/t.rast3d.list.py 2015-09-12 18:05:17 UTC (rev 66180)
@@ -62,7 +62,7 @@
#%end
#%option G_OPT_F_SEP
-#% description: Field separator character between the output columns
+#% label: Field separator character between the output columns
#% guisection: Formatting
#%end
Modified: grass/branches/releasebranch_7_0/temporal/t.rast3d.univar/t.rast3d.univar.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.rast3d.univar/t.rast3d.univar.py 2015-09-12 18:04:42 UTC (rev 66179)
+++ grass/branches/releasebranch_7_0/temporal/t.rast3d.univar/t.rast3d.univar.py 2015-09-12 18:05:17 UTC (rev 66180)
@@ -31,7 +31,7 @@
#%end
#%option G_OPT_F_SEP
-#% description: Field separator character between the output columns
+#% label: Field separator character between the output columns
#% guisection: Formatting
#%end
Modified: grass/branches/releasebranch_7_0/temporal/t.register/t.register.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.register/t.register.py 2015-09-12 18:04:42 UTC (rev 66179)
+++ grass/branches/releasebranch_7_0/temporal/t.register/t.register.py 2015-09-12 18:05:17 UTC (rev 66180)
@@ -87,7 +87,7 @@
#%end
#%option G_OPT_F_SEP
-#% description: Field separator character of the input file
+#% label: Field separator character of the input file
#% guisection: Input
#%end
Modified: grass/branches/releasebranch_7_0/temporal/t.vect.db.select/t.vect.db.select.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.vect.db.select/t.vect.db.select.py 2015-09-12 18:04:42 UTC (rev 66179)
+++ grass/branches/releasebranch_7_0/temporal/t.vect.db.select/t.vect.db.select.py 2015-09-12 18:05:17 UTC (rev 66180)
@@ -30,7 +30,7 @@
#%end
#%option G_OPT_F_SEP
-#% description: Field separator character between the output columns
+#% label: Field separator character between the output columns
#%end
#%option G_OPT_V_FIELD
Modified: grass/branches/releasebranch_7_0/temporal/t.vect.list/t.vect.list.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.vect.list/t.vect.list.py 2015-09-12 18:04:42 UTC (rev 66179)
+++ grass/branches/releasebranch_7_0/temporal/t.vect.list/t.vect.list.py 2015-09-12 18:05:17 UTC (rev 66180)
@@ -62,7 +62,7 @@
#%end
#%option G_OPT_F_SEP
-#% description: Field separator character between the output columns
+#% label: Field separator character between the output columns
#% guisection: Formatting
#%end
Modified: grass/branches/releasebranch_7_0/temporal/t.vect.univar/t.vect.univar.py
===================================================================
--- grass/branches/releasebranch_7_0/temporal/t.vect.univar/t.vect.univar.py 2015-09-12 18:04:42 UTC (rev 66179)
+++ grass/branches/releasebranch_7_0/temporal/t.vect.univar/t.vect.univar.py 2015-09-12 18:05:17 UTC (rev 66180)
@@ -47,7 +47,7 @@
#%end
#%option G_OPT_F_SEP
-#% description: Field separator character between the output columns
+#% label: Field separator character between the output columns
#% guisection: Formatting
#%end
More information about the grass-commit
mailing list