[GRASS-SVN] r68813 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 30 05:53:08 PDT 2016


Author: martinl
Date: 2016-06-30 05:53:07 -0700 (Thu, 30 Jun 2016)
New Revision: 68813

Modified:
   grass/trunk/lib/init/helptext.html
Log:
fix compilation issue introduced in r68808

Modified: grass/trunk/lib/init/helptext.html
===================================================================
--- grass/trunk/lib/init/helptext.html	2016-06-30 12:15:03 UTC (rev 68812)
+++ grass/trunk/lib/init/helptext.html	2016-06-30 12:53:07 UTC (rev 68813)
@@ -166,13 +166,13 @@
 <ol>
 <li> Create a GRASS GIS database as explained above.</li>
 <li> Create a new location, including it's default PERMANENT mapset,
-     without entering the new location:</li>
+     without entering the new location:
 <ul>
     <li>Using an EPSG code:<br>
          <tt>grass73 -e -c EPSG:32630 /home/user/grassdata/mylocation</tt></li>
     <li>Using a georeferenced raster or vector file:<br>
          <tt>grass73 -e -c MyGeoReferenceFile.tif /home/user/grassdata/mylocation</tt></li>
-</ul>
+</ul></li>
 <li> Create new mapset within the new location and launch GRASS GIS within
      that mapset: <br>
          <tt>grass73 -c /home/user/grassdata/mylocation/mymapset</tt>



More information about the grass-commit mailing list