[GRASS-SVN] r34168 - grass/branches/develbranch_6/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 6 07:11:08 EST 2008
Author: neteler
Date: 2008-11-06 07:11:07 -0500 (Thu, 06 Nov 2008)
New Revision: 34168
Modified:
grass/branches/develbranch_6/lib/init/variables.html
Log:
G_INFO_XX explained
Modified: grass/branches/develbranch_6/lib/init/variables.html
===================================================================
--- grass/branches/develbranch_6/lib/init/variables.html 2008-11-06 12:10:11 UTC (rev 34167)
+++ grass/branches/develbranch_6/lib/init/variables.html 2008-11-06 12:11:07 UTC (rev 34168)
@@ -181,8 +181,28 @@
"CFBundleIdentifier"</code> <i>/path/to/application.app</i><code>/Contents/Info.plist</code><br>
The signature is the <string> following the <key>,
without the bracketing <string> tags.</dd>
-
+
<br>
+ <dt>G_INFO_FORMAT_STANDARD</dt>
+ <dd>[init.sh, wxgui]<br>
+ sets percentage output and message formatting style to standard formatting.</dd>
+
+ <br>
+ <dt>G_INFO_FORMAT_GUI</dt>
+ <dd>[init.sh, wxgui]<br>
+ sets percentage output and message formatting style to GUI formatting.</dd>
+
+ <br>
+ <dt>G_INFO_FORMAT_SILENT</dt>
+ <dd>[init.sh, wxgui]<br>
+ disables percentage output and error messages.</dd>
+
+ <br>
+ <dt>G_INFO_FORMAT_PLAIN</dt>
+ <dd>[init.sh, wxgui]<br>
+ sets percentage output and message formatting style to ASCII output without rewinding control characters.</dd>
+
+ <br>
<dt>GRASS_INT_ZLIB</dt>
<dd>[libgis]<br>
if the environment variable GRASS_INT_ZLIB exists, new compressed
More information about the grass-commit
mailing list