diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 20:09:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 20:09:24 +0300 |
commit | ac9d418cce811a5103a13851f3894a8b88ae1276 (patch) | |
tree | ac4bba94260ec9cd09171ef590faa0eea3d03631 | |
parent | README: update (diff) | |
download | cmake-common-ac9d418cce811a5103a13851f3894a8b88ae1276.tar.gz cmake-common-ac9d418cce811a5103a13851f3894a8b88ae1276.zip |
project.boost.build: fix usage message
-rw-r--r-- | project/boost/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/boost/build.py b/project/boost/build.py index a3259ce..a00f9f6 100644 --- a/project/boost/build.py +++ b/project/boost/build.py @@ -13,7 +13,7 @@ Usage example: $ boost-build -- boost_1_71_0/ --with-filesystem --with-program_options ... -Consult the output of `python -m project.boost.build --help` for more details. +Consult the output of `boost-build --help` for more details. By default, only builds: |