Update jobs option description.

This commit is contained in:
Darko Poljak 2016-08-12 21:34:10 +02:00
parent 55b134597a
commit 90454c4e6b
1 changed files with 2 additions and 1 deletions

View File

@ -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)