Skip to content

Commit 7eefb42

Browse files
author
Jon Gjengset
committed
Include --config in cargo help output
1 parent 0ecdde5 commit 7eefb42

File tree

94 files changed

+376
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+376
-0
lines changed

src/doc/man/generated_txt/cargo-add.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ OPTIONS
141141
<https://rust-lang.github.io/rustup/overrides.html> for more
142142
information about how toolchain overrides work.
143143

144+
--config KEY=VALUE
145+
Overrides a Cargo configuration value.
146+
144147
-h, --help
145148
Prints help information.
146149

src/doc/man/generated_txt/cargo-bench.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,9 @@ OPTIONS
353353
<https://rust-lang.github.io/rustup/overrides.html> for more
354354
information about how toolchain overrides work.
355355

356+
--config KEY=VALUE
357+
Overrides a Cargo configuration value.
358+
356359
-h, --help
357360
Prints help information.
358361

src/doc/man/generated_txt/cargo-build.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ OPTIONS
302302
<https://rust-lang.github.io/rustup/overrides.html> for more
303303
information about how toolchain overrides work.
304304

305+
--config KEY=VALUE
306+
Overrides a Cargo configuration value.
307+
305308
-h, --help
306309
Prints help information.
307310

src/doc/man/generated_txt/cargo-check.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,9 @@ OPTIONS
287287
<https://rust-lang.github.io/rustup/overrides.html> for more
288288
information about how toolchain overrides work.
289289

290+
--config KEY=VALUE
291+
Overrides a Cargo configuration value.
292+
290293
-h, --help
291294
Prints help information.
292295

src/doc/man/generated_txt/cargo-clean.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ OPTIONS
118118
<https://rust-lang.github.io/rustup/overrides.html> for more
119119
information about how toolchain overrides work.
120120

121+
--config KEY=VALUE
122+
Overrides a Cargo configuration value.
123+
121124
-h, --help
122125
Prints help information.
123126

src/doc/man/generated_txt/cargo-doc.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ OPTIONS
258258
<https://rust-lang.github.io/rustup/overrides.html> for more
259259
information about how toolchain overrides work.
260260

261+
--config KEY=VALUE
262+
Overrides a Cargo configuration value.
263+
261264
-h, --help
262265
Prints help information.
263266

src/doc/man/generated_txt/cargo-fetch.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ OPTIONS
103103
<https://rust-lang.github.io/rustup/overrides.html> for more
104104
information about how toolchain overrides work.
105105

106+
--config KEY=VALUE
107+
Overrides a Cargo configuration value.
108+
106109
-h, --help
107110
Prints help information.
108111

src/doc/man/generated_txt/cargo-fix.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@ OPTIONS
360360
<https://rust-lang.github.io/rustup/overrides.html> for more
361361
information about how toolchain overrides work.
362362

363+
--config KEY=VALUE
364+
Overrides a Cargo configuration value.
365+
363366
-h, --help
364367
Prints help information.
365368

src/doc/man/generated_txt/cargo-generate-lockfile.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ OPTIONS
7979
<https://rust-lang.github.io/rustup/overrides.html> for more
8080
information about how toolchain overrides work.
8181

82+
--config KEY=VALUE
83+
Overrides a Cargo configuration value.
84+
8285
-h, --help
8386
Prints help information.
8487

src/doc/man/generated_txt/cargo-init.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ OPTIONS
8787
<https://rust-lang.github.io/rustup/overrides.html> for more
8888
information about how toolchain overrides work.
8989

90+
--config KEY=VALUE
91+
Overrides a Cargo configuration value.
92+
9093
-h, --help
9194
Prints help information.
9295

0 commit comments

Comments
 (0)