diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-02 12:55:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-04-02 13:01:29 +0200 |
commit | 29d6eb7548a6c96bacee9af623b85c011c85ad72 (patch) | |
tree | ff04ea7806485de8aeed393040e8406765585826 /doc | |
parent | fb0d88b8b1e66e17e8a82144163c28dcfa4013d1 (diff) |
Use ~build2 instead of ~host for build system modules configuration
Also suppress warning about unused config.* values when creating such a
configuration.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 225065e..4191d6d 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -889,7 +889,7 @@ Such commands, therefore, have no associated \i{step id}: \ # # -b -V create config.config.load=~host +b -V create config.config.load=~build2 bpkg -v create --existing # bpkg.configure.add |