diff --git a/src/jloptions.c b/src/jloptions.c index 4cb54f2cafe41..c8893e352cc05 100644 --- a/src/jloptions.c +++ b/src/jloptions.c @@ -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 Run processes on hosts listed in \n\n"