aboutsummaryrefslogtreecommitdiff
path: root/build2/cli/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cli/init.cxx')
-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"));