From e32f106164e6705d3317d912b92c4eb32987471f Mon Sep 17 00:00:00 2001 From: Productive2 <48047721+Productive2@users.noreply.github.com> Date: Sun, 28 Feb 2021 18:54:04 +0100 Subject: [PATCH] add missing flag to help --- tests/jats.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/jats.nim b/tests/jats.nim index 372c8d7..2c6532e 100644 --- a/tests/jats.nim +++ b/tests/jats.nim @@ -152,6 +152,7 @@ Debug output flags: Test behavior flags: -j: (or --jobs:) to specify number of tests to run parallel -t: (or --test: or --tests:) to specify where tests are +--timeout to specify when to kill tests -f (or --force) will run skipped tests Miscellaneous flags: -h (or --help) displays this help message