Skip to content

Commit a167394

Browse files
authored
Fix comment
1 parent 8dc10ea commit a167394

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ if do_help
3939
Usage: runtests.jl [--help] [--list] [--jobs=N] [TESTS...]
4040
4141
--help Show this text.
42-
--jobs=N Launch `N` processes to perform tests (default: Sys.CPU_THREADS / 2).
43-
--list List all available tests (default: all).
42+
--jobs=N Launch `N` processes to perform tests (defaults to dynamically inspecting nthreads and RAM availability of the CPU)
43+
--list List all available tests.
4444
4545
Remaining arguments filter the tests that will be executed.""")
4646
exit(0)

0 commit comments

Comments
 (0)