From: Daan De Meyer Date: Sat, 30 Sep 2023 17:32:59 +0000 (+0200) Subject: Update help for --tools-tree-packages a bit X-Git-Tag: v18~23^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fff460ef34e1da0a2d8a0a07527ab53e4732697e;p=thirdparty%2Fmkosi.git Update help for --tools-tree-packages a bit --- diff --git a/mkosi/config.py b/mkosi/config.py index 6bb14ddbd..319363e81 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -1733,7 +1733,7 @@ SETTINGS = ( metavar="PACKAGE", section="Host", parse=config_make_list_parser(delimiter=","), - help="Add additional packages to the tools tree", + help="Add additional packages to the default tools tree", ), MkosiConfigSetting( dest="runtime_trees", diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index 743c569eb..d808a692a 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -1166,9 +1166,9 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, `ToolsTreePackages=`, `--tools-tree-packages=` -: Extra packages to install into the tools tree. Takes a comma separated list - of package specifications. This option may be used multiple times in which - case the specified package lists are combined. +: Extra packages to install into the default tools tree. Takes a comma + separated list of package specifications. This option may be used + multiple times in which case the specified package lists are combined. `RuntimeTrees=`, `--runtime-tree=`