forked from ungleich-public/cdist
Update jobs option description.
This commit is contained in:
parent
55b134597a
commit
90454c4e6b
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ def commandline():
|
|||
default=os.environ.get('CDIST_REMOTE_EXEC'))
|
||||
parser['config'].add_argument(
|
||||
'-j', '--jobs', nargs='?', type=check_positive_int,
|
||||
help='Specify the maximum number of parallel jobs',
|
||||
help=('Specify the maximum number of parallel jobs; currently '
|
||||
'only global explorers are supported'),
|
||||
action='store', dest='jobs',
|
||||
const=multiprocessing.cpu_count())
|
||||
parser['config'].set_defaults(func=cdist.config.Config.commandline)
|
||||
|
|
Loading…
Reference in a new issue