浏览代码

init: fix help string config options - add python_path (#2240)

Anna Petrasova 3 年之前
父节点
当前提交
454832716c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/init/grass.py

+ 1 - 1
lib/init/grass.py

@@ -390,7 +390,7 @@ def help_message(default_gui):
             gui_detail=_("and set as default"),
             config=_("print GRASS configuration parameters"),
             config_detail=_(
-                "options: arch,build,compiler,date,path,revision,svn_revision,version"
+                "options: arch,build,compiler,date,path,python_path,revision,svn_revision,version"
             ),
             params=_("Parameters"),
             gisdbase=_("initial GRASS database directory"),