Browse Source

g.parser manual: minor white space fixes

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@64224 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 years ago
parent
commit
9a980a5b01
4 changed files with 14 additions and 14 deletions
  1. 8 8
      general/g.parser/g.parser.html
  2. 2 2
      general/g.parser/test.pl
  3. 2 2
      general/g.parser/test.py
  4. 2 2
      general/g.parser/test.sh

+ 8 - 8
general/g.parser/g.parser.html

@@ -70,7 +70,7 @@ Typical header definitions are as follows:
 #% type: string
 #% gisprompt: old,cell,raster
 #% description: Raster input map
-#% required : yes
+#% required: yes
 #%end
 </pre></div>
 
@@ -89,7 +89,7 @@ in the programmer manual. Eg. the option
 #% type: string
 #% gisprompt: old,cell,raster
 #% description: Raster input map
-#% required : yes
+#% required: yes
 #%end
 </pre></div>
 
@@ -351,7 +351,7 @@ Parameters:
 #%end
 #%option G_OPT_R_MAP
 #% key: raster
-#% required : yes
+#% required: yes
 #%end
 #%option G_OPT_V_MAP
 #% key: vector
@@ -360,7 +360,7 @@ Parameters:
 #% key: option1
 #% type: string
 #% description: An option
-#% required : no
+#% required: no
 #%end
 
 import os
@@ -413,7 +413,7 @@ if __name__ == "__main__":
 #%end
 #%option G_OPT_R_MAP
 #% key: raster
-#% required : yes
+#% required: yes
 #%end
 #%option G_OPT_V_MAP
 #% key: vector
@@ -422,7 +422,7 @@ if __name__ == "__main__":
 #% key: option1
 #% type: string
 #% description: An option
-#% required : no
+#% required: no
 #%end
 
 if [ -z "$GISBASE" ] ; then
@@ -475,7 +475,7 @@ use strict;
 #%end
 #%option G_OPT_R_MAP
 #% key: raster
-#% required : yes
+#% required: yes
 #%end
 #%option G_OPT_V_MAP
 #% key: vector
@@ -484,7 +484,7 @@ use strict;
 #% key: option1
 #% type: string
 #% description: An option
-#% required : no
+#% required: no
 #%end
 
 if ( !$ENV{'GISBASE'} ) {

+ 2 - 2
general/g.parser/test.pl

@@ -13,7 +13,7 @@ use strict;
 #%end
 #%option G_OPT_R_MAP
 #% key: raster
-#% required : yes
+#% required: yes
 #%end
 #%option G_OPT_V_MAP
 #% key: vector
@@ -22,7 +22,7 @@ use strict;
 #% key: option1
 #% type: string
 #% description: An option
-#% required : no
+#% required: no
 #%end
 
 if ( !$ENV{'GISBASE'} ) {

+ 2 - 2
general/g.parser/test.py

@@ -13,7 +13,7 @@
 #%end
 #%option G_OPT_R_MAP
 #% key: raster
-#% required : yes
+#% required: yes
 #%end
 #%option G_OPT_V_MAP
 #% key: vector
@@ -22,7 +22,7 @@
 #% key: option1
 #% type: string
 #% description: An option
-#% required : no
+#% required: no
 #%end
 
 import sys

+ 2 - 2
general/g.parser/test.sh

@@ -13,7 +13,7 @@
 #%end
 #%option G_OPT_R_MAP
 #% key: raster
-#% required : yes
+#% required: yes
 #%end
 #%option G_OPT_V_MAP
 #% key: vector
@@ -22,7 +22,7 @@
 #% key: option1
 #% type: string
 #% description: An option
-#% required : no
+#% required: no
 #%end
 
 if [ -z "$GISBASE" ] ; then