aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/cmake/build.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-14 00:25:22 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-14 00:25:22 +0300
commit2f13d5a050f1190538e011ccdfb3be3603e1051d (patch)
tree762268ff005d8d7d4c728db49eae767eba64884c /project/cmake/build.py
parentfix PyLint warnings (diff)
downloadcmake-common-2f13d5a050f1190538e011ccdfb3be3603e1051d.tar.gz
cmake-common-2f13d5a050f1190538e011ccdfb3be3603e1051d.zip
update script names in README and --help output
Diffstat (limited to 'project/cmake/build.py')
-rw-r--r--project/cmake/build.py2
1 files changed, 1 insertions, 1 deletions
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