|
@@ -975,7 +975,9 @@ def gui_startup(grass_gui):
|
|
|
" report this error to the GRASS developers.\n"
|
|
|
"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."))
|
|
|
+ "To run GRASS GIS in text mode use the -text flag.\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
|
|
|
# User wants to exit from GRASS
|
|
|
message(_("Exit was requested in GUI.\nGRASS GIS will not start. Bye."))
|
|
@@ -1829,7 +1831,8 @@ def main():
|
|
|
" - Launch GRASS GIS directly with path to "
|
|
|
"the location/mapset as an argument"
|
|
|
" (`{cmd_name} /path/to/location/mapset`)\n"
|
|
|
- " - Create manually the GISRC file ({gisrcrc})").format(
|
|
|
+ " - Create manually the GISRC file ({gisrcrc})\n"
|
|
|
+ "See also: https://grass.osgeo.org/{cmd_name}/manuals/helptext.html").format(
|
|
|
cmd_name=cmd_name, gisrcrc=gisrcrc))
|
|
|
create_initial_gisrc(gisrc)
|
|
|
else:
|