Skip to content

Commit 6510cc5

Browse files
committed
Regenerated documentation with updated '-C' cargo option
1 parent 5406faf commit 6510cc5

File tree

96 files changed

+608
-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.

96 files changed

+608
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ OPTIONS
185185
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
186186
for more information.
187187

188+
-C PATH
189+
Changes the current working directory before executing any specified
190+
operations. This affects things like where cargo looks by default
191+
for the project manifest (Cargo.toml), as well as the directories
192+
searched for discovering .cargo/config.toml, for example.
193+
188194
-h, --help
189195
Prints help information.
190196

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,12 @@ OPTIONS
363363
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
364364
for more information.
365365

366+
-C PATH
367+
Changes the current working directory before executing any specified
368+
operations. This affects things like where cargo looks by default
369+
for the project manifest (Cargo.toml), as well as the directories
370+
searched for discovering .cargo/config.toml, for example.
371+
366372
-h, --help
367373
Prints help information.
368374

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,12 @@ OPTIONS
312312
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
313313
for more information.
314314

315+
-C PATH
316+
Changes the current working directory before executing any specified
317+
operations. This affects things like where cargo looks by default
318+
for the project manifest (Cargo.toml), as well as the directories
319+
searched for discovering .cargo/config.toml, for example.
320+
315321
-h, --help
316322
Prints help information.
317323

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,12 @@ OPTIONS
297297
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
298298
for more information.
299299

300+
-C PATH
301+
Changes the current working directory before executing any specified
302+
operations. This affects things like where cargo looks by default
303+
for the project manifest (Cargo.toml), as well as the directories
304+
searched for discovering .cargo/config.toml, for example.
305+
300306
-h, --help
301307
Prints help information.
302308

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ OPTIONS
127127
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
128128
for more information.
129129

130+
-C PATH
131+
Changes the current working directory before executing any specified
132+
operations. This affects things like where cargo looks by default
133+
for the project manifest (Cargo.toml), as well as the directories
134+
searched for discovering .cargo/config.toml, for example.
135+
130136
-h, --help
131137
Prints help information.
132138

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,12 @@ OPTIONS
268268
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
269269
for more information.
270270

271+
-C PATH
272+
Changes the current working directory before executing any specified
273+
operations. This affects things like where cargo looks by default
274+
for the project manifest (Cargo.toml), as well as the directories
275+
searched for discovering .cargo/config.toml, for example.
276+
271277
-h, --help
272278
Prints help information.
273279

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ OPTIONS
112112
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
113113
for more information.
114114

115+
-C PATH
116+
Changes the current working directory before executing any specified
117+
operations. This affects things like where cargo looks by default
118+
for the project manifest (Cargo.toml), as well as the directories
119+
searched for discovering .cargo/config.toml, for example.
120+
115121
-h, --help
116122
Prints help information.
117123

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,12 @@ OPTIONS
370370
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
371371
for more information.
372372

373+
-C PATH
374+
Changes the current working directory before executing any specified
375+
operations. This affects things like where cargo looks by default
376+
for the project manifest (Cargo.toml), as well as the directories
377+
searched for discovering .cargo/config.toml, for example.
378+
373379
-h, --help
374380
Prints help information.
375381

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ OPTIONS
8787
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
8888
for more information.
8989

90+
-C PATH
91+
Changes the current working directory before executing any specified
92+
operations. This affects things like where cargo looks by default
93+
for the project manifest (Cargo.toml), as well as the directories
94+
searched for discovering .cargo/config.toml, for example.
95+
9096
-h, --help
9197
Prints help information.
9298

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ OPTIONS
9595
<https://doc.rust-lang.org/cargo/reference/config.html#command-line-overrides>
9696
for more information.
9797

98+
-C PATH
99+
Changes the current working directory before executing any specified
100+
operations. This affects things like where cargo looks by default
101+
for the project manifest (Cargo.toml), as well as the directories
102+
searched for discovering .cargo/config.toml, for example.
103+
98104
-h, --help
99105
Prints help information.
100106

0 commit comments

Comments
 (0)