[GRASS-SVN] r64223 - grass/trunk/general/g.parser
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 16 05:42:40 PST 2015
Author: neteler
Date: 2015-01-16 05:42:40 -0800 (Fri, 16 Jan 2015)
New Revision: 64223
Modified:
grass/trunk/general/g.parser/g.parser.html
grass/trunk/general/g.parser/test.pl
grass/trunk/general/g.parser/test.py
grass/trunk/general/g.parser/test.sh
Log:
g.parser manual: minor white space fixes
Modified: grass/trunk/general/g.parser/g.parser.html
===================================================================
--- grass/trunk/general/g.parser/g.parser.html 2015-01-16 13:39:27 UTC (rev 64222)
+++ grass/trunk/general/g.parser/g.parser.html 2015-01-16 13:42:40 UTC (rev 64223)
@@ -70,7 +70,7 @@
#% type: string
#% gisprompt: old,cell,raster
#% description: Raster input map
-#% required : yes
+#% required: yes
#%end
</pre></div>
@@ -89,7 +89,7 @@
#% type: string
#% gisprompt: old,cell,raster
#% description: Raster input map
-#% required : yes
+#% required: yes
#%end
</pre></div>
@@ -351,7 +351,7 @@
#%end
#%option G_OPT_R_MAP
#% key: raster
-#% required : yes
+#% required: yes
#%end
#%option G_OPT_V_MAP
#% key: vector
@@ -360,7 +360,7 @@
#% key: option1
#% type: string
#% description: An option
-#% required : no
+#% required: no
#%end
import os
@@ -413,7 +413,7 @@
#%end
#%option G_OPT_R_MAP
#% key: raster
-#% required : yes
+#% required: yes
#%end
#%option G_OPT_V_MAP
#% key: vector
@@ -422,7 +422,7 @@
#% key: option1
#% type: string
#% description: An option
-#% required : no
+#% required: no
#%end
if [ -z "$GISBASE" ] ; then
@@ -475,7 +475,7 @@
#%end
#%option G_OPT_R_MAP
#% key: raster
-#% required : yes
+#% required: yes
#%end
#%option G_OPT_V_MAP
#% key: vector
@@ -484,7 +484,7 @@
#% key: option1
#% type: string
#% description: An option
-#% required : no
+#% required: no
#%end
if ( !$ENV{'GISBASE'} ) {
Modified: grass/trunk/general/g.parser/test.pl
===================================================================
--- grass/trunk/general/g.parser/test.pl 2015-01-16 13:39:27 UTC (rev 64222)
+++ grass/trunk/general/g.parser/test.pl 2015-01-16 13:42:40 UTC (rev 64223)
@@ -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 ( !$ENV{'GISBASE'} ) {
Modified: grass/trunk/general/g.parser/test.py
===================================================================
--- grass/trunk/general/g.parser/test.py 2015-01-16 13:39:27 UTC (rev 64222)
+++ grass/trunk/general/g.parser/test.py 2015-01-16 13:42:40 UTC (rev 64223)
@@ -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
Modified: grass/trunk/general/g.parser/test.sh
===================================================================
--- grass/trunk/general/g.parser/test.sh 2015-01-16 13:39:27 UTC (rev 64222)
+++ grass/trunk/general/g.parser/test.sh 2015-01-16 13:42:40 UTC (rev 64223)
@@ -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
More information about the grass-commit
mailing list