From 2f13d5a050f1190538e011ccdfb3be3603e1051d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 14 Apr 2021 00:25:22 +0300 Subject: update script names in README and --help output --- project/boost/build.py | 2 +- project/boost/download.py | 4 ++-- project/cmake/build.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'project') 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. diff --git a/project/boost/download.py b/project/boost/download.py index f2ad21d..df92e0a 100644 --- a/project/boost/download.py +++ b/project/boost/download.py @@ -10,10 +10,10 @@ utility is that it's supposed to be cross-platform. Usage examples: - $ python -m project.boost.download 1.71.0 + $ boost-download 1.71.0 ... - $ python -m project.boost.download --unpack ~/workspace/third-party/ 1.65.0 + $ boost-download --unpack ~/workspace/third-party/ 1.65.0 ... ''' diff --git a/project/cmake/build.py b/project/cmake/build.py index 74cafa6..74eb820 100644 --- a/project/cmake/build.py +++ b/project/cmake/build.py @@ -12,7 +12,7 @@ but written in bash and PowerShell, respectively). A simple usage example: - $ python -m project.cmake.build --configuration Release --install path/to/somewhere -- examples/simple + $ cmake-build --configuration Release --install path/to/somewhere -- examples/simple ... $ ./path/to/somewhere/bin/foo -- cgit v1.2.3