Skip to content

Commit 1867430

Browse files
committed
NEWS.md: fix wrong indentation
1 parent 2ac45bb commit 1867430

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ Command-line option changes
8989

9090
* Color now defaults to on when stdout and stderr are TTYs ([#34347])
9191

92-
* `-t N`, `--threads N` starts Julia with `N` threads. This option takes precedence over
93-
`JULIA_NUM_THREADS`. The specified number of threads also propagates to worker
94-
processes spawned using the `-p`/`--procs` or `--machine-file` command line arguments.
95-
In order to set number of threads for worker processes spawned with `addprocs` use the
96-
`exeflags` keyword argument, e.g. `` addprocs(...; exeflags=`--threads 4`) `` ([#35108]).
92+
* `-t N`, `--threads N` starts Julia with `N` threads. This option takes precedence over
93+
`JULIA_NUM_THREADS`. The specified number of threads also propagates to worker
94+
processes spawned using the `-p`/`--procs` or `--machine-file` command line arguments.
95+
In order to set number of threads for worker processes spawned with `addprocs` use the
96+
`exeflags` keyword argument, e.g. `` addprocs(...; exeflags=`--threads 4`) `` ([#35108]).
9797

9898
Multi-threading changes
9999
-----------------------

0 commit comments

Comments
 (0)