Commit 81f5d632 authored by Baptiste Mispelon's avatar Baptiste Mispelon
Browse files

Improved help text for runtests's --parallel option

parent e03798a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -409,8 +409,8 @@ if __name__ == "__main__":
        help='Turn on the SQL query logger within tests.')
    parser.add_argument(
        '--parallel', dest='parallel', nargs='?', default=0, 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.')

    options = parser.parse_args()