diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-05 09:38:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-05 09:38:44 +0200 |
commit | e0a7c21e5ebb341c87546bf2706ff7dda88deb64 (patch) | |
tree | 4e0b1f05340064a10764d3c2db07ed59adb1039d | |
parent | 98d4cca3b2f18b4af069931f0d485e29138d59f9 (diff) |
Cosmetic change
-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 |