[GRASS-SVN] r69630 - grass/branches/releasebranch_7_2/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 2 11:10:26 PDT 2016


Author: neteler
Date: 2016-10-02 11:10:26 -0700 (Sun, 02 Oct 2016)
New Revision: 69630

Modified:
   grass/branches/releasebranch_7_2/lib/init/grass7.html
Log:
grass7 helptext: explain -e flag; fix --exec flag (contributed by veroandreo)

Modified: grass/branches/releasebranch_7_2/lib/init/grass7.html
===================================================================
--- grass/branches/releasebranch_7_2/lib/init/grass7.html	2016-10-02 18:08:39 UTC (rev 69629)
+++ grass/branches/releasebranch_7_2/lib/init/grass7.html	2016-10-02 18:10:26 UTC (rev 69630)
@@ -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>
 grass72 -c elevation.tiff -e /path/to/grassdata/test1/



More information about the grass-commit mailing list