cargo: add missing short option for --jobs (#20135)

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
Emmanuel Ferdman
2025-12-21 04:57:28 +02:00
committed by GitHub
parent 05c4f997fb
commit 002a065eec
11 changed files with 11 additions and 11 deletions
+1 -1
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 {{[b|build]}} --jobs {{thread_anzahl}}`
`cargo {{[b|build]}} {{[-j|--jobs]}} {{thread_anzahl}}`
+1 -1
View File
@@ -34,4 +34,4 @@
- Construye usando un número específico de hilos (por defecto es el número de CPUs lógicas):
`cargo {{[b|build]}} --jobs {{número_de_hilos}}`
`cargo {{[b|build]}} {{[-j|--jobs]}} {{número_de_hilos}}`
+1 -1
View File
@@ -30,4 +30,4 @@
- Compiler en utilisant un nombre spécifique de threads (par défaut on prend le nombre de coeurs du CPU) :
`cargo {{[b|build]}} --jobs {{nombre_de_threads}}`
`cargo {{[b|build]}} {{[-j|--jobs]}} {{nombre_de_threads}}`
+1 -1
View File
@@ -31,4 +31,4 @@
- Builda utilizzando più job (thread) paralleli:
`cargo {{[b|build]}} --jobs {{numero_job}}`
`cargo {{[b|build]}} {{[-j|--jobs]}} {{numero_job}}`
+1 -1
View File
@@ -34,4 +34,4 @@
- 特定のスレッド数を使用してビルド (デフォルトは論理 CPU 数):
`cargo {{[b|build]}} --jobs {{スレッド数}}`
`cargo {{[b|build]}} {{[-j|--jobs]}} {{スレッド数}}`
+1 -1
View File
@@ -34,4 +34,4 @@
- 특정 스레드 수를 사용하여 빌드 (기본값은 논리적 CPU 수):
`cargo {{[b|build]}} --jobs {{스레드_수}}`
`cargo {{[b|build]}} {{[-j|--jobs]}} {{스레드_수}}`
+1 -1
View File
@@ -34,4 +34,4 @@
- Bouw met een gegeven aantal taken. (Standaard is het aantal CPU-kernen):
`cargo {{[b|build]}} --jobs {{aantal_taken}}`
`cargo {{[b|build]}} {{[-j|--jobs]}} {{aantal_taken}}`
+1 -1
View File
@@ -34,4 +34,4 @@
- Constrói o projeto Rust utilizando um número específico de threads (padrão é o número de cores do CPU):
`cargo {{[b|build]}} --jobs {{número_de_threads}}`
`cargo {{[b|build]}} {{[-j|--jobs]}} {{número_de_threads}}`
+1 -1
View File
@@ -34,4 +34,4 @@
- குறிப்பிட்ட எண்ணிக்கையிலான நூல்களைப் பயன்படுத்தி உருவாக்கவும் (இயல்புநிலை தருக்க CPU கோர்களின் எண்ணிக்கை):
`cargo {{[b|build]}} --jobs {{நூல்களின்_எண்ணிக்கை}}`
`cargo {{[b|build]}} {{[-j|--jobs]}} {{நூல்களின்_எண்ணிக்கை}}`
+1 -1
View File
@@ -34,4 +34,4 @@
- 使用特定数量的线程构建 (默认为逻辑 CPU 的数量):
`cargo {{[b|build]}} --jobs {{线程数}}`
`cargo {{[b|build]}} {{[-j|--jobs]}} {{线程数}}`
+1 -1
View File
@@ -34,4 +34,4 @@
- Build using a specific number of threads (default is the number of logical CPUs):
`cargo {{[b|build]}} --jobs {{number_of_threads}}`
`cargo {{[b|build]}} {{[-j|--jobs]}} {{number_of_threads}}`