diff --git a/bob/ip/binseg/script/significance.py b/bob/ip/binseg/script/significance.py index 6322ac1a6ea0d6a4c2f3ec0f95b91eb8dbd4bf6f..287ce0fc81d42d2f8929f3919a46fb9a2b4a366e 100755 --- a/bob/ip/binseg/script/significance.py +++ b/bob/ip/binseg/script/significance.py @@ -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,