Kaydet (Commit) ab33269b authored tarafından Baptiste Mispelon's avatar Baptiste Mispelon

Fixed #25826 -- Improved help text for the --parallel option

This was overlooked in 81f5d632.
üst 81f5d632
......@@ -392,8 +392,8 @@ class DiscoverRunner(object):
help='Prints logged SQL queries on failure.')
parser.add_argument(
'--parallel', dest='parallel', nargs='?', default=1, type=int,
const=default_test_processes(),
help='Run tests in parallel processes.')
const=default_test_processes(), metavar='N',
help='Run tests using up to N parallel processes.')
def setup_test_environment(self, **kwargs):
setup_test_environment()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment