Skip to content

Commit cd4e280

Browse files
committed
Update docs
1 parent 7ac6f53 commit cd4e280

Some content is hidden

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

90 files changed

+240
-60
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@ OPTIONS
241241
value <https://doc.rust-lang.org/cargo/reference/config.html>.
242242

243243
-q, --quiet
244-
Do not print cargo log messages.
244+
Do not print cargo log messages. May also be specified with the
245+
term.quiet config value
246+
<https://doc.rust-lang.org/cargo/reference/config.html>.
245247

246248
--color when
247249
Control when colored output is used. Valid values:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ OPTIONS
181181
value <https://doc.rust-lang.org/cargo/reference/config.html>.
182182

183183
-q, --quiet
184-
Do not print cargo log messages.
184+
Do not print cargo log messages. May also be specified with the
185+
term.quiet config value
186+
<https://doc.rust-lang.org/cargo/reference/config.html>.
185187

186188
--color when
187189
Control when colored output is used. Valid values:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ OPTIONS
185185
value <https://doc.rust-lang.org/cargo/reference/config.html>.
186186

187187
-q, --quiet
188-
Do not print cargo log messages.
188+
Do not print cargo log messages. May also be specified with the
189+
term.quiet config value
190+
<https://doc.rust-lang.org/cargo/reference/config.html>.
189191

190192
--color when
191193
Control when colored output is used. Valid values:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ OPTIONS
6262
value <https://doc.rust-lang.org/cargo/reference/config.html>.
6363

6464
-q, --quiet
65-
Do not print cargo log messages.
65+
Do not print cargo log messages. May also be specified with the
66+
term.quiet config value
67+
<https://doc.rust-lang.org/cargo/reference/config.html>.
6668

6769
--color when
6870
Control when colored output is used. Valid values:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ OPTIONS
156156
value <https://doc.rust-lang.org/cargo/reference/config.html>.
157157

158158
-q, --quiet
159-
Do not print cargo log messages.
159+
Do not print cargo log messages. May also be specified with the
160+
term.quiet config value
161+
<https://doc.rust-lang.org/cargo/reference/config.html>.
160162

161163
--color when
162164
Control when colored output is used. Valid values:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ OPTIONS
4747
value <https://doc.rust-lang.org/cargo/reference/config.html>.
4848

4949
-q, --quiet
50-
Do not print cargo log messages.
50+
Do not print cargo log messages. May also be specified with the
51+
term.quiet config value
52+
<https://doc.rust-lang.org/cargo/reference/config.html>.
5153

5254
--color when
5355
Control when colored output is used. Valid values:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,9 @@ OPTIONS
258258
value <https://doc.rust-lang.org/cargo/reference/config.html>.
259259

260260
-q, --quiet
261-
Do not print cargo log messages.
261+
Do not print cargo log messages. May also be specified with the
262+
term.quiet config value
263+
<https://doc.rust-lang.org/cargo/reference/config.html>.
262264

263265
--color when
264266
Control when colored output is used. Valid values:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ OPTIONS
2323
value <https://doc.rust-lang.org/cargo/reference/config.html>.
2424

2525
-q, --quiet
26-
Do not print cargo log messages.
26+
Do not print cargo log messages. May also be specified with the
27+
term.quiet config value
28+
<https://doc.rust-lang.org/cargo/reference/config.html>.
2729

2830
--color when
2931
Control when colored output is used. Valid values:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ OPTIONS
6262
value <https://doc.rust-lang.org/cargo/reference/config.html>.
6363

6464
-q, --quiet
65-
Do not print cargo log messages.
65+
Do not print cargo log messages. May also be specified with the
66+
term.quiet config value
67+
<https://doc.rust-lang.org/cargo/reference/config.html>.
6668

6769
--color when
6870
Control when colored output is used. Valid values:

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ OPTIONS
247247
value <https://doc.rust-lang.org/cargo/reference/config.html>.
248248

249249
-q, --quiet
250-
Do not print cargo log messages.
250+
Do not print cargo log messages. May also be specified with the
251+
term.quiet config value
252+
<https://doc.rust-lang.org/cargo/reference/config.html>.
251253

252254
--color when
253255
Control when colored output is used. Valid values:

0 commit comments

Comments
 (0)