Skip to content

Commit

Permalink
Remove redundant --threads help string (#35678)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored May 1, 2020
1 parent 1c60dbe commit 14d83f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jloptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ static const char opts[] =
// parallel options
" -t, --threads {N|auto} Enable N threads; \"auto\" currently sets N to the number of local\n"
" CPU threads but this might change in the future\n"
" -t, --threads {N|auto} Enable N threads. \"auto\" sets N to the number of local CPU threads.\n"
" -p, --procs {N|auto} Integer value N launches N additional local worker processes\n"
" \"auto\" launches as many workers as the number of local CPU threads (logical cores)\n"
" --machine-file <file> Run processes on hosts listed in <file>\n\n"
Expand Down

0 comments on commit 14d83f0

Please sign in to comment.