[GRASS-SVN] r69629 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 2 11:08:39 PDT 2016
Author: neteler
Date: 2016-10-02 11:08:39 -0700 (Sun, 02 Oct 2016)
New Revision: 69629
Modified:
grass/trunk/lib/init/grass7.html
Log:
grass7 helptext: explain -e flag; fix --exec flag (contributed by veroandreo)
Modified: grass/trunk/lib/init/grass7.html
===================================================================
--- grass/trunk/lib/init/grass7.html 2016-10-02 16:30:30 UTC (rev 69628)
+++ grass/trunk/lib/init/grass7.html 2016-10-02 18:08:39 UTC (rev 69629)
@@ -30,6 +30,9 @@
<dt><b>-c EPSG:code:datum_trans</b>
<dd> Creates new GRASS projected location in specified GISDBASE with given EPSG code and datum transform parameters
+<dt><b>-e</b>
+<dd> Exit after creation of location or mapset. Only with <b>-c</b> flag
+
<dt><b>-f</b>
<dd> Forces removal of .gislock if exists (use with care!). Only with -text flag
@@ -46,7 +49,7 @@
<dt><b>--config</b>
<dd> Prints GRASS configuration parameters (options: arch, build, compiler, path, revision)
-<dt><b>-exec EXECUTABLE</b>
+<dt><b>--exec EXECUTABLE</b>
<dd> Execute GRASS module or script. The provided executable will be executed in a GRASS GIS non-interactive session.
</dl>
@@ -271,7 +274,8 @@
Region issues ignored.
-->
-Create a new Location based on a projection of a file:
+Create a new Location based on a geodata file's projection (<b>-c</b>)
+and exit (<b>-e</b>):
<div class="code"><pre>
grass73 -c elevation.tiff -e /path/to/grassdata/test1/
More information about the grass-commit
mailing list