From cd2c3395bab0ead06ae6cb9030c9114769ae3878 Mon Sep 17 00:00:00 2001 From: Anna Petrasova Date: Mon, 28 Feb 2022 15:17:01 -0500 Subject: [PATCH] init: fix help string config options Add python_path and remove svn_revision as obsolete. --- lib/init/grass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init/grass.py b/lib/init/grass.py index 3a5fcd02d54..1a126f5fe02 100755 --- a/lib/init/grass.py +++ b/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,version" ), params=_("Parameters"), gisdbase=_("initial GRASS database directory"),