Fix broken text
This commit is contained in:
parent
4a54d1420e
commit
bb2cc68169
1 changed files with 3 additions and 3 deletions
|
@ -152,9 +152,9 @@ def get_parsers():
|
||||||
parser['config_main'].add_argument(
|
parser['config_main'].add_argument(
|
||||||
'-j', '--jobs', nargs='?',
|
'-j', '--jobs', nargs='?',
|
||||||
type=check_positive_int,
|
type=check_positive_int,
|
||||||
help=('Specify the maximum number of parallel jobs. Global'
|
help=('Specify the maximum number of parallel jobs. Global '
|
||||||
'explorers, object prepare and object run are supported'
|
'explorers, object prepare and object run are supported '
|
||||||
'(currently in beta'),
|
'(currently in beta)'),
|
||||||
action='store', dest='jobs',
|
action='store', dest='jobs',
|
||||||
const=multiprocessing.cpu_count())
|
const=multiprocessing.cpu_count())
|
||||||
parser['config_main'].add_argument(
|
parser['config_main'].add_argument(
|
||||||
|
|
Loading…
Reference in a new issue