From 06088a856c078714f75cb50368d4a10039609f95 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Tue, 6 Oct 2015 16:07:28 +0200 Subject: [PATCH] [Fixes #72] Added --jobs to help message --- src/entry/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entry/main.c b/src/entry/main.c index cac5eac..8a8c526 100644 --- a/src/entry/main.c +++ b/src/entry/main.c @@ -55,6 +55,7 @@ " -v or --version: prints the version of criterion " \ "these tests have been linked against\n" \ " -l or --list: prints all the tests in a list\n" \ + " -jN or --jobs N: use N concurrent jobs\n" \ " -f or --fail-fast: exit after the first failure\n" \ " --ascii: don't use fancy unicode symbols " \ "or colors in the output\n" \