aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-10-18 12:53:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-10-18 12:53:06 +0200
commitecbfab741aed81feb3d71f8f36f97efa2260316b (patch)
tree0b75286118086512b57f7069a0a0fbe54f0765e6
parent5ff24a968b5ee0da8b9e53cd87361a056f63ff92 (diff)
More minor terminology changes
-rw-r--r--bbot/worker/worker.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index 0221f90..91d4a56 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -287,7 +287,7 @@ build (size_t argc, const char* argv[])
{
operation_result& r (add_result ("configure"));
- // bpkg create <env-module> <config-args> <env-config-args>
+ // bpkg create <env-modules> <config-args> <env-config-args>
//
// bpkg.configure.create
//
@@ -477,7 +477,7 @@ build (size_t argc, const char* argv[])
}
}
- // b <config-args> <env-config-args> create(<dir>, <modules>)
+ // b <config-args> <env-config-args> create(<dir>, <env-modules>)
//
// b.test-installed.create
//