From 42257647f90d9180cfbc5b20f8b1b7a0ffef7e26 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Mar 2020 12:05:37 +0200 Subject: Minor config variable lookup cleanups --- build2/cli/init.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build2/cli') 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 ( config::optional (rs, "config.cli.options")); -- cgit v1.1