Skip to content
Snippets Groups Projects
Commit f3527300 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[script.significance] Fix option documentation syntax

parent 243906b2
No related branches found
No related tags found
No related merge requests found
Pipeline #41215 passed
......@@ -295,8 +295,8 @@ def _write_analysis_figures(names, da, db, folder):
@click.option(
"--parallel",
"-x",
help="Set the number of parallel processes to use when running using
multiprocessing. A value of zero uses all reported cores.",
help="Set the number of parallel processes to use when running using " \
"multiprocessing. A value of zero uses all reported cores.",
default=1,
type=int,
show_default=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment