diff options
-rw-r--r-- | build2/dist/operation.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/dist/operation.cxx b/build2/dist/operation.cxx index b600a98..cdc0b6d 100644 --- a/build2/dist/operation.cxx +++ b/build2/dist/operation.cxx @@ -111,8 +111,8 @@ namespace build2 if (rs != t.base_scope ().root_scope ()) fail << "target " << t << " is from a different project" << - info << "one dist() meta-operation can handle one project" << - info << "consider using several dist() meta-operations"; + info << "one dist meta-operation can handle one project" << + info << "consider using several dist meta-operations"; } // Match a rule for every operation supported by this project. Skip |