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/download.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/download.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 ... ''' |