diff options
-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 |