Skip to content

Commit ceafd6c

Browse files
authored
fixed 2 typo in doc (#49192)
1 parent da1ce65 commit ceafd6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/manual/command-line-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ The following is a complete list of command-line switches available when launchi
106106
|`-e`, `--eval <expr>` |Evaluate `<expr>`|
107107
|`-E`, `--print <expr>` |Evaluate `<expr>` and display the result|
108108
|`-L`, `--load <file>` |Load `<file>` immediately on all processors|
109-
|`-t`, `--threads {N\|auto`} |Enable N threads; `auto` tries to infer a useful default number of threads to use but the exact behavior might change in the future. Currently, `auto` uses the number of CPUs assigned to this julia process based on the OS-specific affinity assignment interface, if supported (Linux and Windows). If this is not supported (macOS) or process affinity is not configured, it uses the number of CPU threads.|
110-
|`-p`, `--procs {N\|auto`} |Integer value N launches N additional local worker processes; `auto` launches as many workers as the number of local CPU threads (logical cores)|
109+
|`-t`, `--threads {N\|auto}` |Enable N threads; `auto` tries to infer a useful default number of threads to use but the exact behavior might change in the future. Currently, `auto` uses the number of CPUs assigned to this julia process based on the OS-specific affinity assignment interface, if supported (Linux and Windows). If this is not supported (macOS) or process affinity is not configured, it uses the number of CPU threads.|
110+
|`-p`, `--procs {N\|auto}` |Integer value N launches N additional local worker processes; `auto` launches as many workers as the number of local CPU threads (logical cores)|
111111
|`--machine-file <file>` |Run processes on hosts listed in `<file>`|
112112
|`-i` |Interactive mode; REPL runs and `isinteractive()` is true|
113113
|`-q`, `--quiet` |Quiet startup: no banner, suppress REPL warnings|

0 commit comments

Comments
 (0)