aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 42811df..0221f90 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 <config-vars> <env-module> <env-config-vars>
+ // bpkg create <env-module> <config-args> <env-config-args>
//
// bpkg.configure.create
//
@@ -477,7 +477,7 @@ build (size_t argc, const char* argv[])
}
}
- // b <config-vars> <env-config-vars> create(<dir>, <modules>)
+ // b <config-args> <env-config-args> create(<dir>, <modules>)
//
// b.test-installed.create
//