From 492fdab94de8fb77bac9f10f48b196db08852677 Mon Sep 17 00:00:00 2001 From: mattip Date: Fri, 20 Sep 2019 09:30:50 +0300 Subject: DOC: improve help string --- runtests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtests.py') 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, -- cgit v1.2.1