1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 11:06:00 +02:00

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}}`