소스 검색

grass.py init: advise user about manual and --help

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@68804 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 년 전
부모
커밋
a987a9635f
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      lib/init/grass.py

+ 3 - 1
lib/init/grass.py

@@ -1426,7 +1426,9 @@ if not os.access(gisrc, os.F_OK):
                 " - 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()