diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-14 00:25:22 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-14 00:25:22 +0300 |
commit | 2f13d5a050f1190538e011ccdfb3be3603e1051d (patch) | |
tree | 762268ff005d8d7d4c728db49eae767eba64884c /project/boost/build.py | |
parent | fix PyLint warnings (diff) | |
download | cmake-common-2f13d5a050f1190538e011ccdfb3be3603e1051d.tar.gz cmake-common-2f13d5a050f1190538e011ccdfb3be3603e1051d.zip |
update script names in README and --help output
Diffstat (limited to '')
-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 9b44b2f..a3259ce 100644 --- a/project/boost/build.py +++ b/project/boost/build.py @@ -10,7 +10,7 @@ correct --stagedir parameter value to avoid name clashes. Usage example: - $ python -m project.boost.build -- boost_1_71_0/ --with-filesystem --with-program_options + $ boost-build -- boost_1_71_0/ --with-filesystem --with-program_options ... Consult the output of `python -m project.boost.build --help` for more details. |