Explorar o código

init: fix typo in r68797; advise user about geofile and --help

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68802 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=9) %!d(string=hai) anos
pai
achega
6d31cbaca7
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      lib/init/grass.py

+ 4 - 1
lib/init/grass.py

@@ -976,6 +976,8 @@ def gui_startup(grass_gui):
                 "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 @@ def main():
                     "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"