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/cmake/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project/cmake') 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