cargo: use long options everywhere (#6502)

This commit is contained in:
Nicolas Kosinski
2021-09-11 09:53:04 +02:00
committed by GitHub
parent b126962580
commit d3460ef8f1
5 changed files with 5 additions and 5 deletions

View File

@@ -30,4 +30,4 @@
- Erstelle (bzw. kompiliere) ein Rust-Projekt mit einer bestimmten Anzahl an Threads (standardmäßig die Anzahl der CPU-Kerne):
`cargo build -j {{thread_anzahl}}`
`cargo build --jobs {{thread_anzahl}}`