aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-03-11 12:05:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-03-11 12:05:37 +0200
commit42257647f90d9180cfbc5b20f8b1b7a0ffef7e26 (patch)
tree909d8d327883af5da3ddce8ed6a00e6fa62f7aab /build2
parent891d13075769cbe1c50be3acd191359490b0af9a (diff)
Minor config variable lookup cleanups
Diffstat (limited to 'build2')
-rw-r--r--build2/cli/init.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/cli/init.cxx b/build2/cli/init.cxx
index f3f5840..b196351 100644
--- a/build2/cli/init.cxx
+++ b/build2/cli/init.cxx
@@ -281,9 +281,9 @@ namespace build2
{
// config.cli.options
//
- // This one is optional. We also merge it into the corresponding
- // cli.* variables. See the cxx module for more information on
- // this merging semantics and some of its tricky aspects.
+ // This one is optional. We also merge it into the corresponding cli.*
+ // variables. See the cc module for more information on this merging
+ // semantics and some of its tricky aspects.
//
bs.assign ("cli.options") += cast_null<strings> (
config::optional (rs, "config.cli.options"));