Skip to content

Commit 086e71d

Browse files
committed
Fix typo: --timing -> --timings
1 parent 81e1998 commit 086e71d

31 files changed

+61
-61
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ OPTIONS
222222
--timings=fmts
223223
Output information how long each compilation takes, and track
224224
concurrency information over time. Accepts an optional
225-
comma-separated list of output formats; --timing without an argument
226-
will default to --timing=html. Specifying an output format (rather
227-
than the default) is unstable and requires -Zunstable-options. Valid
228-
output formats:
225+
comma-separated list of output formats; --timings without an
226+
argument will default to --timings=html. Specifying an output format
227+
(rather than the default) is unstable and requires
228+
-Zunstable-options. Valid output formats:
229229

230230
o html: Write a human-readable file cargo-timing.html to the
231231
target/cargo-timings directory with a report of the compilation.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ OPTIONS
159159
--timings=fmts
160160
Output information how long each compilation takes, and track
161161
concurrency information over time. Accepts an optional
162-
comma-separated list of output formats; --timing without an argument
163-
will default to --timing=html. Specifying an output format (rather
164-
than the default) is unstable and requires -Zunstable-options. Valid
165-
output formats:
162+
comma-separated list of output formats; --timings without an
163+
argument will default to --timings=html. Specifying an output format
164+
(rather than the default) is unstable and requires
165+
-Zunstable-options. Valid output formats:
166166

167167
o html: Write a human-readable file cargo-timing.html to the
168168
target/cargo-timings directory with a report of the compilation.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ OPTIONS
172172
--timings=fmts
173173
Output information how long each compilation takes, and track
174174
concurrency information over time. Accepts an optional
175-
comma-separated list of output formats; --timing without an argument
176-
will default to --timing=html. Specifying an output format (rather
177-
than the default) is unstable and requires -Zunstable-options. Valid
178-
output formats:
175+
comma-separated list of output formats; --timings without an
176+
argument will default to --timings=html. Specifying an output format
177+
(rather than the default) is unstable and requires
178+
-Zunstable-options. Valid output formats:
179179

180180
o html: Write a human-readable file cargo-timing.html to the
181181
target/cargo-timings directory with a report of the compilation.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ OPTIONS
143143
--timings=fmts
144144
Output information how long each compilation takes, and track
145145
concurrency information over time. Accepts an optional
146-
comma-separated list of output formats; --timing without an argument
147-
will default to --timing=html. Specifying an output format (rather
148-
than the default) is unstable and requires -Zunstable-options. Valid
149-
output formats:
146+
comma-separated list of output formats; --timings without an
147+
argument will default to --timings=html. Specifying an output format
148+
(rather than the default) is unstable and requires
149+
-Zunstable-options. Valid output formats:
150150

151151
o html: Write a human-readable file cargo-timing.html to the
152152
target/cargo-timings directory with a report of the compilation.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@ OPTIONS
245245
--timings=fmts
246246
Output information how long each compilation takes, and track
247247
concurrency information over time. Accepts an optional
248-
comma-separated list of output formats; --timing without an argument
249-
will default to --timing=html. Specifying an output format (rather
250-
than the default) is unstable and requires -Zunstable-options. Valid
251-
output formats:
248+
comma-separated list of output formats; --timings without an
249+
argument will default to --timings=html. Specifying an output format
250+
(rather than the default) is unstable and requires
251+
-Zunstable-options. Valid output formats:
252252

253253
o html: Write a human-readable file cargo-timing.html to the
254254
target/cargo-timings directory with a report of the compilation.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ OPTIONS
208208
--timings=fmts
209209
Output information how long each compilation takes, and track
210210
concurrency information over time. Accepts an optional
211-
comma-separated list of output formats; --timing without an argument
212-
will default to --timing=html. Specifying an output format (rather
213-
than the default) is unstable and requires -Zunstable-options. Valid
214-
output formats:
211+
comma-separated list of output formats; --timings without an
212+
argument will default to --timings=html. Specifying an output format
213+
(rather than the default) is unstable and requires
214+
-Zunstable-options. Valid output formats:
215215

216216
o html: Write a human-readable file cargo-timing.html to the
217217
target/cargo-timings directory with a report of the compilation.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ OPTIONS
8888
--timings=fmts
8989
Output information how long each compilation takes, and track
9090
concurrency information over time. Accepts an optional
91-
comma-separated list of output formats; --timing without an argument
92-
will default to --timing=html. Specifying an output format (rather
93-
than the default) is unstable and requires -Zunstable-options. Valid
94-
output formats:
91+
comma-separated list of output formats; --timings without an
92+
argument will default to --timings=html. Specifying an output format
93+
(rather than the default) is unstable and requires
94+
-Zunstable-options. Valid output formats:
9595

9696
o html: Write a human-readable file cargo-timing.html to the
9797
target/cargo-timings directory with a report of the compilation.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ OPTIONS
167167
--timings=fmts
168168
Output information how long each compilation takes, and track
169169
concurrency information over time. Accepts an optional
170-
comma-separated list of output formats; --timing without an argument
171-
will default to --timing=html. Specifying an output format (rather
172-
than the default) is unstable and requires -Zunstable-options. Valid
173-
output formats:
170+
comma-separated list of output formats; --timings without an
171+
argument will default to --timings=html. Specifying an output format
172+
(rather than the default) is unstable and requires
173+
-Zunstable-options. Valid output formats:
174174

175175
o html: Write a human-readable file cargo-timing.html to the
176176
target/cargo-timings directory with a report of the compilation.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ OPTIONS
159159
--timings=fmts
160160
Output information how long each compilation takes, and track
161161
concurrency information over time. Accepts an optional
162-
comma-separated list of output formats; --timing without an argument
163-
will default to --timing=html. Specifying an output format (rather
164-
than the default) is unstable and requires -Zunstable-options. Valid
165-
output formats:
162+
comma-separated list of output formats; --timings without an
163+
argument will default to --timings=html. Specifying an output format
164+
(rather than the default) is unstable and requires
165+
-Zunstable-options. Valid output formats:
166166

167167
o html: Write a human-readable file cargo-timing.html to the
168168
target/cargo-timings directory with a report of the compilation.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,10 @@ OPTIONS
236236
--timings=fmts
237237
Output information how long each compilation takes, and track
238238
concurrency information over time. Accepts an optional
239-
comma-separated list of output formats; --timing without an argument
240-
will default to --timing=html. Specifying an output format (rather
241-
than the default) is unstable and requires -Zunstable-options. Valid
242-
output formats:
239+
comma-separated list of output formats; --timings without an
240+
argument will default to --timings=html. Specifying an output format
241+
(rather than the default) is unstable and requires
242+
-Zunstable-options. Valid output formats:
243243

244244
o html: Write a human-readable file cargo-timing.html to the
245245
target/cargo-timings directory with a report of the compilation.

src/doc/man/includes/options-timings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{#option "`--timings=`_fmts_"}}
22
Output information how long each compilation takes, and track concurrency
33
information over time. Accepts an optional comma-separated list of output
4-
formats; `--timing` without an argument will default to `--timing=html`.
4+
formats; `--timings` without an argument will default to `--timings=html`.
55
Specifying an output format (rather than the default) is unstable and requires
66
`-Zunstable-options`. Valid output formats:
77

src/doc/src/commands/cargo-bench.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ required Rust version as configured in the project's <code>rust-version</code> f
268268
<dt class="option-term" id="option-cargo-bench---timings=fmts"><a class="option-anchor" href="#option-cargo-bench---timings=fmts"></a><code>--timings=</code><em>fmts</em></dt>
269269
<dd class="option-desc">Output information how long each compilation takes, and track concurrency
270270
information over time. Accepts an optional comma-separated list of output
271-
formats; <code>--timing</code> without an argument will default to <code>--timing=html</code>.
271+
formats; <code>--timings</code> without an argument will default to <code>--timings=html</code>.
272272
Specifying an output format (rather than the default) is unstable and requires
273273
<code>-Zunstable-options</code>. Valid output formats:</p>
274274
<ul>

src/doc/src/commands/cargo-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ required Rust version as configured in the project's <code>rust-version</code> f
203203
<dt class="option-term" id="option-cargo-build---timings=fmts"><a class="option-anchor" href="#option-cargo-build---timings=fmts"></a><code>--timings=</code><em>fmts</em></dt>
204204
<dd class="option-desc">Output information how long each compilation takes, and track concurrency
205205
information over time. Accepts an optional comma-separated list of output
206-
formats; <code>--timing</code> without an argument will default to <code>--timing=html</code>.
206+
formats; <code>--timings</code> without an argument will default to <code>--timings=html</code>.
207207
Specifying an output format (rather than the default) is unstable and requires
208208
<code>-Zunstable-options</code>. Valid output formats:</p>
209209
<ul>

src/doc/src/commands/cargo-check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ required Rust version as configured in the project's <code>rust-version</code> f
212212
<dt class="option-term" id="option-cargo-check---timings=fmts"><a class="option-anchor" href="#option-cargo-check---timings=fmts"></a><code>--timings=</code><em>fmts</em></dt>
213213
<dd class="option-desc">Output information how long each compilation takes, and track concurrency
214214
information over time. Accepts an optional comma-separated list of output
215-
formats; <code>--timing</code> without an argument will default to <code>--timing=html</code>.
215+
formats; <code>--timings</code> without an argument will default to <code>--timings=html</code>.
216216
Specifying an output format (rather than the default) is unstable and requires
217217
<code>-Zunstable-options</code>. Valid output formats:</p>
218218
<ul>

src/doc/src/commands/cargo-doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ required Rust version as configured in the project's <code>rust-version</code> f
186186
<dt class="option-term" id="option-cargo-doc---timings=fmts"><a class="option-anchor" href="#option-cargo-doc---timings=fmts"></a><code>--timings=</code><em>fmts</em></dt>
187187
<dd class="option-desc">Output information how long each compilation takes, and track concurrency
188188
information over time. Accepts an optional comma-separated list of output
189-
formats; <code>--timing</code> without an argument will default to <code>--timing=html</code>.
189+
formats; <code>--timings</code> without an argument will default to <code>--timings=html</code>.
190190
Specifying an output format (rather than the default) is unstable and requires
191191
<code>-Zunstable-options</code>. Valid output formats:</p>
192192
<ul>

src/doc/src/commands/cargo-fix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ required Rust version as configured in the project's <code>rust-version</code> f
292292
<dt class="option-term" id="option-cargo-fix---timings=fmts"><a class="option-anchor" href="#option-cargo-fix---timings=fmts"></a><code>--timings=</code><em>fmts</em></dt>
293293
<dd class="option-desc">Output information how long each compilation takes, and track concurrency
294294
information over time. Accepts an optional comma-separated list of output
295-
formats; <code>--timing</code> without an argument will default to <code>--timing=html</code>.
295+
formats; <code>--timings</code> without an argument will default to <code>--timings=html</code>.
296296
Specifying an output format (rather than the default) is unstable and requires
297297
<code>-Zunstable-options</code>. Valid output formats:</p>
298298
<ul>

src/doc/src/commands/cargo-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ See the <a href="../reference/profiles.html">the reference</a> for more details
239239
<dt class="option-term" id="option-cargo-install---timings=fmts"><a class="option-anchor" href="#option-cargo-install---timings=fmts"></a><code>--timings=</code><em>fmts</em></dt>
240240
<dd class="option-desc">Output information how long each compilation takes, and track concurrency
241241
information over time. Accepts an optional comma-separated list of output
242-
formats; <code>--timing</code> without an argument will default to <code>--timing=html</code>.
242+
formats; <code>--timings</code> without an argument will default to <code>--timings=html</code>.
243243
Specifying an output format (rather than the default) is unstable and requires
244244
<code>-Zunstable-options</code>. Valid output formats:</p>
245245
<ul>

src/doc/src/commands/cargo-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ required Rust version as configured in the project's <code>rust-version</code> f
121121
<dt class="option-term" id="option-cargo-run---timings=fmts"><a class="option-anchor" href="#option-cargo-run---timings=fmts"></a><code>--timings=</code><em>fmts</em></dt>
122122
<dd class="option-desc">Output information how long each compilation takes, and track concurrency
123123
information over time. Accepts an optional comma-separated list of output
124-
formats; <code>--timing</code> without an argument will default to <code>--timing=html</code>.
124+
formats; <code>--timings</code> without an argument will default to <code>--timings=html</code>.
125125
Specifying an output format (rather than the default) is unstable and requires
126126
<code>-Zunstable-options</code>. Valid output formats:</p>
127127
<ul>

src/doc/src/commands/cargo-rustc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ required Rust version as configured in the project's <code>rust-version</code> f
200200
<dt class="option-term" id="option-cargo-rustc---timings=fmts"><a class="option-anchor" href="#option-cargo-rustc---timings=fmts"></a><code>--timings=</code><em>fmts</em></dt>
201201
<dd class="option-desc">Output information how long each compilation takes, and track concurrency
202202
information over time. Accepts an optional comma-separated list of output
203-
formats; <code>--timing</code> without an argument will default to <code>--timing=html</code>.
203+
formats; <code>--timings</code> without an argument will default to <code>--timings=html</code>.
204204
Specifying an output format (rather than the default) is unstable and requires
205205
<code>-Zunstable-options</code>. Valid output formats:</p>
206206
<ul>

src/doc/src/commands/cargo-rustdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ required Rust version as configured in the project's <code>rust-version</code> f
205205
<dt class="option-term" id="option-cargo-rustdoc---timings=fmts"><a class="option-anchor" href="#option-cargo-rustdoc---timings=fmts"></a><code>--timings=</code><em>fmts</em></dt>
206206
<dd class="option-desc">Output information how long each compilation takes, and track concurrency
207207
information over time. Accepts an optional comma-separated list of output
208-
formats; <code>--timing</code> without an argument will default to <code>--timing=html</code>.
208+
formats; <code>--timings</code> without an argument will default to <code>--timings=html</code>.
209209
Specifying an output format (rather than the default) is unstable and requires
210210
<code>-Zunstable-options</code>. Valid output formats:</p>
211211
<ul>

src/doc/src/commands/cargo-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ required Rust version as configured in the project's <code>rust-version</code> f
284284
<dt class="option-term" id="option-cargo-test---timings=fmts"><a class="option-anchor" href="#option-cargo-test---timings=fmts"></a><code>--timings=</code><em>fmts</em></dt>
285285
<dd class="option-desc">Output information how long each compilation takes, and track concurrency
286286
information over time. Accepts an optional comma-separated list of output
287-
formats; <code>--timing</code> without an argument will default to <code>--timing=html</code>.
287+
formats; <code>--timings</code> without an argument will default to <code>--timings=html</code>.
288288
Specifying an output format (rather than the default) is unstable and requires
289289
<code>-Zunstable-options</code>. Valid output formats:</p>
290290
<ul>

src/etc/man/cargo-bench.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ required Rust version as configured in the project's \fBrust\-version\fR field.
273273
.RS 4
274274
Output information how long each compilation takes, and track concurrency
275275
information over time. Accepts an optional comma\-separated list of output
276-
formats; \fB\-\-timing\fR without an argument will default to \fB\-\-timing=html\fR\&.
276+
formats; \fB\-\-timings\fR without an argument will default to \fB\-\-timings=html\fR\&.
277277
Specifying an output format (rather than the default) is unstable and requires
278278
\fB\-Zunstable\-options\fR\&. Valid output formats:
279279
.sp

src/etc/man/cargo-build.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ required Rust version as configured in the project's \fBrust\-version\fR field.
192192
.RS 4
193193
Output information how long each compilation takes, and track concurrency
194194
information over time. Accepts an optional comma\-separated list of output
195-
formats; \fB\-\-timing\fR without an argument will default to \fB\-\-timing=html\fR\&.
195+
formats; \fB\-\-timings\fR without an argument will default to \fB\-\-timings=html\fR\&.
196196
Specifying an output format (rather than the default) is unstable and requires
197197
\fB\-Zunstable\-options\fR\&. Valid output formats:
198198
.sp

src/etc/man/cargo-check.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ required Rust version as configured in the project's \fBrust\-version\fR field.
203203
.RS 4
204204
Output information how long each compilation takes, and track concurrency
205205
information over time. Accepts an optional comma\-separated list of output
206-
formats; \fB\-\-timing\fR without an argument will default to \fB\-\-timing=html\fR\&.
206+
formats; \fB\-\-timings\fR without an argument will default to \fB\-\-timings=html\fR\&.
207207
Specifying an output format (rather than the default) is unstable and requires
208208
\fB\-Zunstable\-options\fR\&. Valid output formats:
209209
.sp

src/etc/man/cargo-doc.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ required Rust version as configured in the project's \fBrust\-version\fR field.
170170
.RS 4
171171
Output information how long each compilation takes, and track concurrency
172172
information over time. Accepts an optional comma\-separated list of output
173-
formats; \fB\-\-timing\fR without an argument will default to \fB\-\-timing=html\fR\&.
173+
formats; \fB\-\-timings\fR without an argument will default to \fB\-\-timings=html\fR\&.
174174
Specifying an output format (rather than the default) is unstable and requires
175175
\fB\-Zunstable\-options\fR\&. Valid output formats:
176176
.sp

src/etc/man/cargo-fix.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ required Rust version as configured in the project's \fBrust\-version\fR field.
298298
.RS 4
299299
Output information how long each compilation takes, and track concurrency
300300
information over time. Accepts an optional comma\-separated list of output
301-
formats; \fB\-\-timing\fR without an argument will default to \fB\-\-timing=html\fR\&.
301+
formats; \fB\-\-timings\fR without an argument will default to \fB\-\-timings=html\fR\&.
302302
Specifying an output format (rather than the default) is unstable and requires
303303
\fB\-Zunstable\-options\fR\&. Valid output formats:
304304
.sp

0 commit comments

Comments
 (0)