diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-18 12:47:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-10-18 12:47:38 +0200 |
commit | 5ff24a968b5ee0da8b9e53cd87361a056f63ff92 (patch) | |
tree | 9fa689e20af85a44d152ac72bb7bf1c8524c490d | |
parent | 0d5e9640312445c63c66ab0144e97d19e644e9bc (diff) |
Minor terminology changes
-rw-r--r-- | bbot/worker/worker.cxx | 4 |
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 // |