diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-15 11:36:31 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-15 11:36:31 +0300 |
commit | b33a67550a3557dcc210cb689569f06ce0fa3cce (patch) | |
tree | 0a7297bb847350ea1f28c6b3a17f1406734eed16 | |
parent | docs: grammar (diff) | |
download | cmake-common-b33a67550a3557dcc210cb689569f06ce0fa3cce.tar.gz cmake-common-b33a67550a3557dcc210cb689569f06ce0fa3cce.zip |
grammar
Diffstat (limited to '')
-rw-r--r-- | project/boost/build.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/boost/build.py b/project/boost/build.py index 612d815..b262e47 100644 --- a/project/boost/build.py +++ b/project/boost/build.py @@ -5,8 +5,8 @@ R'''Build Boost. -This script builds the Boost libraries. It main utility is setting the correct ---stagedir parameter value to avoid name clashes. +This script builds the Boost libraries. Its main utility is setting the +correct --stagedir parameter value to avoid name clashes. Usage example: |