[GRASS-SVN] r68802 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 30 00:44:24 PDT 2016
Author: neteler
Date: 2016-06-30 00:44:24 -0700 (Thu, 30 Jun 2016)
New Revision: 68802
Modified:
grass/trunk/lib/init/grass.py
Log:
init: fix typo in r68797; advise user about geofile and --help
Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py 2016-06-30 03:47:44 UTC (rev 68801)
+++ grass/trunk/lib/init/grass.py 2016-06-30 07:44:24 UTC (rev 68802)
@@ -976,6 +976,8 @@
"On systems with package manager, make sure you have the right"
" GUI package, probably named grass-gui, installed.\n"
"To run GRASS GIS in text mode use the -text flag.\n"
+ "Use '--help' for further options\n"
+ " {cmd_name} --help\n"
"See also: https://grass.osgeo.org/{cmd_name}/manuals/helptext.html").format(
cmd_name=cmd_name))
elif ret == 5: # defined in gui/wxpython/gis_set.py
@@ -1833,8 +1835,9 @@
"the location/mapset as an argument\n"
" {cmd_name} /path/to/location/mapset`\n"
" - Create a location with '-c' and launch in its"
- " PERMENENT mapset\n"
+ " PERMANENT mapset\n"
" {cmd_name} -c EPSG:number /path/to/location\n"
+ " {cmd_name} -c geofile /path/to/location\n"
" - Create manually the GISRC file ({gisrcrc})\n"
" - Use '--help' for further options\n"
" {cmd_name} --help\n"
More information about the grass-commit
mailing list