diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-12 10:19:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-12 10:19:49 +0200 |
commit | d582029b2161a77cac2f43d93edfa88be3742732 (patch) | |
tree | f8eef75f79cad9b32b11aaea52e3724c2476438f | |
parent | a55f302c289bf6f855b944c8e74f1eac2382d9ab (diff) |
Adjust to config.import to config.config.load rename
-rw-r--r-- | bbot/worker/worker.cxx | 4 | ||||
-rw-r--r-- | doc/manual.cli | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx index f1686f2..ad48029 100644 --- a/bbot/worker/worker.cxx +++ b/bbot/worker/worker.cxx @@ -633,13 +633,13 @@ build (size_t argc, const char* argv[]) // change_wd (trace, &r.log, rwd); - // b create(<dir>) config.import=~host + // b create(<dir>) config.config.load=~host // r.status |= run_b ( trace, r.log, wre, "-V", "create(" + module_dir.representation () + ",cc)", - "config.import=~host"); + "config.config.load=~host"); if (!r.status) break; diff --git a/doc/manual.cli b/doc/manual.cli index 43a2709..f9efc9f 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -890,7 +890,7 @@ Such commands, therefore, have no associated \i{step id}: \ # # -b -V create config.import=~host +b -V create config.config.load=~host bpkg -v create --existing # bpkg.configure.add |