Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grass7 manual: document --config parameters #532

Merged
merged 3 commits into from
Apr 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 22 additions & 6 deletions lib/init/grass7.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>Flags:</h3>
(<em><a href="wxGUI.html">wxGUI</a></em>) should be used

<dt><b>--config</b>
<dd> Prints GRASS configuration parameters (options: arch, build, compiler, path, revision)
<dd> Prints GRASS configuration parameters (options: arch, build, compiler, date, path, revision, svn_revision, version)

<dt><b>--exec EXECUTABLE</b>
<dd> Execute GRASS module or script. The provided executable will be executed in a GRASS GIS non-interactive session.
Expand Down Expand Up @@ -110,6 +110,23 @@ <h2>DESCRIPTION</h2>
these checks fail then <em>grass79</em> will automatically switch back
to the text user interface mode.

<h2>FLAGS</h2>

The flag <b>--config option</b> prints GRASS GIS configuration and
version parameters, with the options:

<ul>
<li><b>arch</b>: system architecture (e.g., <tt>x86_64-pc-linux-gnu</tt>)</li>
<li><b>build</b>: (e.g., <tt>./configure --with-cxx --enable-largefile --with-proj [...]</tt>)</li>
<li><b>compiler</b>: (e.g., <tt>gcc</tt>)</li>
<li><b>date</b>: (e.g., <tt>Tue Mar 31 20:34:57 2020 +0200</tt>)</li>
<li><b>path</b>: (e.g., <tt>/usr/lib64/grass79</tt>)</li>
<li><b>revision</b>: (e.g., <tt>745ee7ec9</tt>)</li>
<li><b>svn_revision</b>: (e.g., <tt>062bffc8</tt>)</li>
<li><b>version</b>: (e.g., <tt>7.9.dev</tt>)</li>
</ul>


<h2>SAMPLE DATA</h2>

The GRASS GIS project provides several free sample geospatial datasets
Expand Down Expand Up @@ -461,11 +478,10 @@ <h2>SEE ALSO</h2>
List of <a href="variables.html">GRASS environment variables</a>

<p>
<a href="http://grass.osgeo.org">GRASS GIS Web site</a><br>
<a href="http://grass.osgeo.org/wiki/">GRASS GIS User Wiki</a><br>
<a href="http://trac.osgeo.org/grass/">GRASS GIS Bug Tracker</a><br>
neteler marked this conversation as resolved.
Show resolved Hide resolved
<a href="http://grass.osgeo.org/programming7/">GRASS GIS 7 Programmer's
Manual</a>
<a href="https://grass.osgeo.org">GRASS GIS Web site</a><br>
<a href="https://grasswiki.osgeo.org/wiki/">GRASS GIS User Wiki</a><br>
<a href="https://github.com/OSGeo/grass/issues">GRASS GIS Bug Tracker</a><br>
<a href="https://grass.osgeo.org/programming7/">GRASS GIS 7 Programmer's Manual</a>

<h2>AUTHORS (of this page)</h2>

Expand Down