소스 검색

temporal separator parameter: use label to re-enable standard description

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66179 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 년 전
부모
커밋
efc0c4b62f

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

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

+ 1 - 1
temporal/t.rast.list/t.rast.list.html

@@ -21,7 +21,7 @@ gaps between map layer. The <i>gran</i> method allows the listing of
 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>

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

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

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

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

+ 1 - 1
temporal/t.rast3d.list/t.rast3d.list.py

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

+ 1 - 1
temporal/t.rast3d.univar/t.rast3d.univar.py

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

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

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

+ 1 - 1
temporal/t.vect.db.select/t.vect.db.select.py

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

+ 1 - 1
temporal/t.vect.list/t.vect.list.py

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

+ 1 - 1
temporal/t.vect.univar/t.vect.univar.py

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