cargo: Reword cargo build -j example

This commit is contained in:
bjorn3
2019-10-27 12:25:50 +01:00
committed by Agniva De Sarker
parent 988a6ba362
commit 1eba2d9513

View File

@@ -28,6 +28,6 @@
`cargo build`
- Build with multiple parallel jobs:
- Build using a specific number of threads (default is the number of CPU cores):
`cargo build -j {{jobs}}`