[GRASS-SVN] r68804 - grass/branches/releasebranch_7_0/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 30 01:00:53 PDT 2016


Author: neteler
Date: 2016-06-30 01:00:53 -0700 (Thu, 30 Jun 2016)
New Revision: 68804

Modified:
   grass/branches/releasebranch_7_0/lib/init/grass.py
Log:
grass.py init: advise user about manual and --help

Modified: grass/branches/releasebranch_7_0/lib/init/grass.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/init/grass.py	2016-06-30 07:45:49 UTC (rev 68803)
+++ grass/branches/releasebranch_7_0/lib/init/grass.py	2016-06-30 08:00:53 UTC (rev 68804)
@@ -1426,7 +1426,9 @@
                 " - Launch GRASS with '-gui' switch (`grass70 -gui`)\n"
                 " - Create manually GISRC file (%s)\n"
                 " - Launch GRASS with path to "
-                "the location/mapset as an argument (`grass70 /path/to/location/mapset`)") % gisrcrc)
+                "the location/mapset as an argument (`grass70 /path/to/location/mapset`)\n"
+                " - Use '--help' for further options (`grass70 --help`)\n"
+                " See also: https://grass.osgeo.org/grass70/manuals/helptext.html") % gisrcrc)
     create_initial_gisrc()
 else:
     clean_temp()



More information about the grass-commit mailing list