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): ...@@ -295,8 +295,8 @@ def _write_analysis_figures(names, da, db, folder):
@click.option( @click.option(
"--parallel", "--parallel",
"-x", "-x",
help="Set the number of parallel processes to use when running using help="Set the number of parallel processes to use when running using " \
multiprocessing. A value of zero uses all reported cores.", "multiprocessing. A value of zero uses all reported cores.",
default=1, default=1,
type=int, type=int,
show_default=True, show_default=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment