diff options
author | mattip <matti.picus@gmail.com> | 2019-09-20 09:30:50 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-09-20 09:35:48 +0300 |
commit | 492fdab94de8fb77bac9f10f48b196db08852677 (patch) | |
tree | 842a284f23c987fcf9d189e4ab405fd41c7d1f5e /runtests.py | |
parent | 2e4af96e9b29ac39dc32cbffc084b0b5651637de (diff) | |
download | numpy-492fdab94de8fb77bac9f10f48b196db08852677.tar.gz |
DOC: improve help string
Diffstat (limited to 'runtests.py')
-rwxr-xr-x | runtests.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py index d84dc8dac..6639937cd 100755 --- a/runtests.py +++ b/runtests.py @@ -68,7 +68,9 @@ def main(argv): parser.add_argument("--verbose", "-v", action="count", default=1, help="more verbosity") parser.add_argument("--debug-configure", action="store_true", - help="add -v to build_src to show cconfiguration compiler output") + help=("add -v to build_src to show compiler " + "configuration output while creating " + "_numpyconfig.h and config.h")) parser.add_argument("--no-build", "-n", action="store_true", default=False, help="do not build the project (use system installed version)") parser.add_argument("--build-only", "-b", action="store_true", default=False, |