Skip to content

Commit

Permalink
init: fix help string config options
Browse files Browse the repository at this point in the history
Add python_path and remove svn_revision as obsolete.
  • Loading branch information
petrasovaa committed Feb 28, 2022
1 parent d074fbd commit cd2c339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init/grass.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,version"
),
params=_("Parameters"),
gisdbase=_("initial GRASS database directory"),
Expand Down

0 comments on commit cd2c339

Please sign in to comment.