From 6df32544245a6fca6742584724f8f96afdcc72de Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 12 Oct 2024 16:26:46 +0200 Subject: [PATCH] don't talk about benchmark mode / test mode in help --- src/doc/man/generated_txt/cargo-bench.txt | 4 ++-- src/doc/man/generated_txt/cargo-build.txt | 4 ++-- src/doc/man/generated_txt/cargo-check.txt | 4 ++-- src/doc/man/generated_txt/cargo-fix.txt | 4 ++-- src/doc/man/generated_txt/cargo-rustc.txt | 4 ++-- src/doc/man/generated_txt/cargo-rustdoc.txt | 4 ++-- src/doc/man/generated_txt/cargo-test.txt | 4 ++-- src/doc/man/includes/options-targets.md | 4 ++-- src/doc/src/commands/cargo-bench.md | 4 ++-- src/doc/src/commands/cargo-build.md | 4 ++-- src/doc/src/commands/cargo-check.md | 4 ++-- src/doc/src/commands/cargo-fix.md | 4 ++-- src/doc/src/commands/cargo-rustc.md | 4 ++-- src/doc/src/commands/cargo-rustdoc.md | 4 ++-- src/doc/src/commands/cargo-test.md | 4 ++-- src/etc/man/cargo-bench.1 | 4 ++-- src/etc/man/cargo-build.1 | 4 ++-- src/etc/man/cargo-check.1 | 4 ++-- src/etc/man/cargo-fix.1 | 4 ++-- src/etc/man/cargo-rustc.1 | 4 ++-- src/etc/man/cargo-rustdoc.1 | 4 ++-- src/etc/man/cargo-test.1 | 4 ++-- 22 files changed, 44 insertions(+), 44 deletions(-) diff --git a/src/doc/man/generated_txt/cargo-bench.txt b/src/doc/man/generated_txt/cargo-bench.txt index c05d527ad31..fc71f0a1ba8 100644 --- a/src/doc/man/generated_txt/cargo-bench.txt +++ b/src/doc/man/generated_txt/cargo-bench.txt @@ -172,7 +172,7 @@ OPTIONS multiple times and supports common Unix glob patterns. --tests - Benchmark all targets in test mode that have the test = true + Benchmark all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built @@ -185,7 +185,7 @@ OPTIONS multiple times and supports common Unix glob patterns. --benches - Benchmark all targets in benchmark mode that have the bench = true + Benchmark all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built diff --git a/src/doc/man/generated_txt/cargo-build.txt b/src/doc/man/generated_txt/cargo-build.txt index 201f70bd0df..36ed89a0f98 100644 --- a/src/doc/man/generated_txt/cargo-build.txt +++ b/src/doc/man/generated_txt/cargo-build.txt @@ -89,7 +89,7 @@ OPTIONS multiple times and supports common Unix glob patterns. --tests - Build all targets in test mode that have the test = true manifest + Build all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice @@ -102,7 +102,7 @@ OPTIONS times and supports common Unix glob patterns. --benches - Build all targets in benchmark mode that have the bench = true + Build all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built diff --git a/src/doc/man/generated_txt/cargo-check.txt b/src/doc/man/generated_txt/cargo-check.txt index 9cd11da02d1..0b56c7d4819 100644 --- a/src/doc/man/generated_txt/cargo-check.txt +++ b/src/doc/man/generated_txt/cargo-check.txt @@ -86,7 +86,7 @@ OPTIONS multiple times and supports common Unix glob patterns. --tests - Check all targets in test mode that have the test = true manifest + Check all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice @@ -99,7 +99,7 @@ OPTIONS times and supports common Unix glob patterns. --benches - Check all targets in benchmark mode that have the bench = true + Check all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built diff --git a/src/doc/man/generated_txt/cargo-fix.txt b/src/doc/man/generated_txt/cargo-fix.txt index 53aa3a3a698..a1c33428ce1 100644 --- a/src/doc/man/generated_txt/cargo-fix.txt +++ b/src/doc/man/generated_txt/cargo-fix.txt @@ -159,7 +159,7 @@ OPTIONS multiple times and supports common Unix glob patterns. --tests - Fix all targets in test mode that have the test = true manifest flag + Fix all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice @@ -172,7 +172,7 @@ OPTIONS times and supports common Unix glob patterns. --benches - Fix all targets in benchmark mode that have the bench = true + Fix all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built diff --git a/src/doc/man/generated_txt/cargo-rustc.txt b/src/doc/man/generated_txt/cargo-rustc.txt index 3d993494059..28ff0c9087f 100644 --- a/src/doc/man/generated_txt/cargo-rustc.txt +++ b/src/doc/man/generated_txt/cargo-rustc.txt @@ -80,7 +80,7 @@ OPTIONS multiple times and supports common Unix glob patterns. --tests - Build all targets in test mode that have the test = true manifest + Build all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice @@ -93,7 +93,7 @@ OPTIONS times and supports common Unix glob patterns. --benches - Build all targets in benchmark mode that have the bench = true + Build all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built diff --git a/src/doc/man/generated_txt/cargo-rustdoc.txt b/src/doc/man/generated_txt/cargo-rustdoc.txt index 968195e7486..fc28819d4fc 100644 --- a/src/doc/man/generated_txt/cargo-rustdoc.txt +++ b/src/doc/man/generated_txt/cargo-rustdoc.txt @@ -80,7 +80,7 @@ OPTIONS multiple times and supports common Unix glob patterns. --tests - Document all targets in test mode that have the test = true manifest + Document all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice @@ -93,7 +93,7 @@ OPTIONS multiple times and supports common Unix glob patterns. --benches - Document all targets in benchmark mode that have the bench = true + Document all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built diff --git a/src/doc/man/generated_txt/cargo-test.txt b/src/doc/man/generated_txt/cargo-test.txt index 20d2de576f3..e6bc9086179 100644 --- a/src/doc/man/generated_txt/cargo-test.txt +++ b/src/doc/man/generated_txt/cargo-test.txt @@ -190,7 +190,7 @@ OPTIONS multiple times and supports common Unix glob patterns. --tests - Test all targets in test mode that have the test = true manifest + Test all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice @@ -203,7 +203,7 @@ OPTIONS times and supports common Unix glob patterns. --benches - Test all targets in benchmark mode that have the bench = true + Test all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built diff --git a/src/doc/man/includes/options-targets.md b/src/doc/man/includes/options-targets.md index 3332001b0e6..a2e26b1a2e9 100644 --- a/src/doc/man/includes/options-targets.md +++ b/src/doc/man/includes/options-targets.md @@ -25,7 +25,7 @@ multiple times and supports common Unix glob patterns. {{/option}} {{#option "`--tests`" }} -{{actionverb}} all targets in test mode that have the `test = true` manifest +{{actionverb}} all targets that have the `test = true` manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -40,7 +40,7 @@ times and supports common Unix glob patterns. {{/option}} {{#option "`--benches`" }} -{{actionverb}} all targets in benchmark mode that have the `bench = true` +{{actionverb}} all targets that have the `bench = true` manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/doc/src/commands/cargo-bench.md b/src/doc/src/commands/cargo-bench.md index f0a7ef0356c..18d95a53dd2 100644 --- a/src/doc/src/commands/cargo-bench.md +++ b/src/doc/src/commands/cargo-bench.md @@ -193,7 +193,7 @@ multiple times and supports common Unix glob patterns.
--tests
-
Benchmark all targets in test mode that have the test = true manifest +
Benchmark all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -208,7 +208,7 @@ times and supports common Unix glob patterns.
--benches
-
Benchmark all targets in benchmark mode that have the bench = true +
Benchmark all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/doc/src/commands/cargo-build.md b/src/doc/src/commands/cargo-build.md index bb9acce1ad7..3bf0944798f 100644 --- a/src/doc/src/commands/cargo-build.md +++ b/src/doc/src/commands/cargo-build.md @@ -108,7 +108,7 @@ multiple times and supports common Unix glob patterns.
--tests
-
Build all targets in test mode that have the test = true manifest +
Build all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -123,7 +123,7 @@ times and supports common Unix glob patterns.
--benches
-
Build all targets in benchmark mode that have the bench = true +
Build all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/doc/src/commands/cargo-check.md b/src/doc/src/commands/cargo-check.md index 0dcbe6f142e..5592895ac5c 100644 --- a/src/doc/src/commands/cargo-check.md +++ b/src/doc/src/commands/cargo-check.md @@ -104,7 +104,7 @@ multiple times and supports common Unix glob patterns.
--tests
-
Check all targets in test mode that have the test = true manifest +
Check all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -119,7 +119,7 @@ times and supports common Unix glob patterns.
--benches
-
Check all targets in benchmark mode that have the bench = true +
Check all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/doc/src/commands/cargo-fix.md b/src/doc/src/commands/cargo-fix.md index b7e64dda70d..eefcd8a51b9 100644 --- a/src/doc/src/commands/cargo-fix.md +++ b/src/doc/src/commands/cargo-fix.md @@ -184,7 +184,7 @@ multiple times and supports common Unix glob patterns.
--tests
-
Fix all targets in test mode that have the test = true manifest +
Fix all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -199,7 +199,7 @@ times and supports common Unix glob patterns.
--benches
-
Fix all targets in benchmark mode that have the bench = true +
Fix all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/doc/src/commands/cargo-rustc.md b/src/doc/src/commands/cargo-rustc.md index a2c5d622880..7f6f0a49344 100644 --- a/src/doc/src/commands/cargo-rustc.md +++ b/src/doc/src/commands/cargo-rustc.md @@ -97,7 +97,7 @@ multiple times and supports common Unix glob patterns.
--tests
-
Build all targets in test mode that have the test = true manifest +
Build all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -112,7 +112,7 @@ times and supports common Unix glob patterns.
--benches
-
Build all targets in benchmark mode that have the bench = true +
Build all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/doc/src/commands/cargo-rustdoc.md b/src/doc/src/commands/cargo-rustdoc.md index 8ebe96ecae0..162462594c7 100644 --- a/src/doc/src/commands/cargo-rustdoc.md +++ b/src/doc/src/commands/cargo-rustdoc.md @@ -103,7 +103,7 @@ multiple times and supports common Unix glob patterns.
--tests
-
Document all targets in test mode that have the test = true manifest +
Document all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -118,7 +118,7 @@ times and supports common Unix glob patterns.
--benches
-
Document all targets in benchmark mode that have the bench = true +
Document all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/doc/src/commands/cargo-test.md b/src/doc/src/commands/cargo-test.md index a2c93c9c4a1..bd7d5f5650e 100644 --- a/src/doc/src/commands/cargo-test.md +++ b/src/doc/src/commands/cargo-test.md @@ -206,7 +206,7 @@ multiple times and supports common Unix glob patterns.
--tests
-
Test all targets in test mode that have the test = true manifest +
Test all targets that have the test = true manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -221,7 +221,7 @@ times and supports common Unix glob patterns.
--benches
-
Test all targets in benchmark mode that have the bench = true +
Test all targets that have the bench = true manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/etc/man/cargo-bench.1 b/src/etc/man/cargo-bench.1 index 0f726a6116f..c05423d54d7 100644 --- a/src/etc/man/cargo-bench.1 +++ b/src/etc/man/cargo-bench.1 @@ -208,7 +208,7 @@ multiple times and supports common Unix glob patterns. .sp \fB\-\-tests\fR .RS 4 -Benchmark all targets in test mode that have the \fBtest = true\fR manifest +Benchmark all targets that have the \fBtest = true\fR manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -225,7 +225,7 @@ times and supports common Unix glob patterns. .sp \fB\-\-benches\fR .RS 4 -Benchmark all targets in benchmark mode that have the \fBbench = true\fR +Benchmark all targets that have the \fBbench = true\fR manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1 index ac59549c302..d6b009784fd 100644 --- a/src/etc/man/cargo-build.1 +++ b/src/etc/man/cargo-build.1 @@ -107,7 +107,7 @@ multiple times and supports common Unix glob patterns. .sp \fB\-\-tests\fR .RS 4 -Build all targets in test mode that have the \fBtest = true\fR manifest +Build all targets that have the \fBtest = true\fR manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -124,7 +124,7 @@ times and supports common Unix glob patterns. .sp \fB\-\-benches\fR .RS 4 -Build all targets in benchmark mode that have the \fBbench = true\fR +Build all targets that have the \fBbench = true\fR manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/etc/man/cargo-check.1 b/src/etc/man/cargo-check.1 index 8597b23199e..6ee8744e619 100644 --- a/src/etc/man/cargo-check.1 +++ b/src/etc/man/cargo-check.1 @@ -103,7 +103,7 @@ multiple times and supports common Unix glob patterns. .sp \fB\-\-tests\fR .RS 4 -Check all targets in test mode that have the \fBtest = true\fR manifest +Check all targets that have the \fBtest = true\fR manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -120,7 +120,7 @@ times and supports common Unix glob patterns. .sp \fB\-\-benches\fR .RS 4 -Check all targets in benchmark mode that have the \fBbench = true\fR +Check all targets that have the \fBbench = true\fR manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/etc/man/cargo-fix.1 b/src/etc/man/cargo-fix.1 index 12267f6343b..b96c1e46ad1 100644 --- a/src/etc/man/cargo-fix.1 +++ b/src/etc/man/cargo-fix.1 @@ -198,7 +198,7 @@ multiple times and supports common Unix glob patterns. .sp \fB\-\-tests\fR .RS 4 -Fix all targets in test mode that have the \fBtest = true\fR manifest +Fix all targets that have the \fBtest = true\fR manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -215,7 +215,7 @@ times and supports common Unix glob patterns. .sp \fB\-\-benches\fR .RS 4 -Fix all targets in benchmark mode that have the \fBbench = true\fR +Fix all targets that have the \fBbench = true\fR manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/etc/man/cargo-rustc.1 b/src/etc/man/cargo-rustc.1 index a13526f44b7..c0a73cd96e3 100644 --- a/src/etc/man/cargo-rustc.1 +++ b/src/etc/man/cargo-rustc.1 @@ -93,7 +93,7 @@ multiple times and supports common Unix glob patterns. .sp \fB\-\-tests\fR .RS 4 -Build all targets in test mode that have the \fBtest = true\fR manifest +Build all targets that have the \fBtest = true\fR manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -110,7 +110,7 @@ times and supports common Unix glob patterns. .sp \fB\-\-benches\fR .RS 4 -Build all targets in benchmark mode that have the \fBbench = true\fR +Build all targets that have the \fBbench = true\fR manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/etc/man/cargo-rustdoc.1 b/src/etc/man/cargo-rustdoc.1 index 3bb81033acc..61a8567d9d4 100644 --- a/src/etc/man/cargo-rustdoc.1 +++ b/src/etc/man/cargo-rustdoc.1 @@ -95,7 +95,7 @@ multiple times and supports common Unix glob patterns. .sp \fB\-\-tests\fR .RS 4 -Document all targets in test mode that have the \fBtest = true\fR manifest +Document all targets that have the \fBtest = true\fR manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -112,7 +112,7 @@ times and supports common Unix glob patterns. .sp \fB\-\-benches\fR .RS 4 -Document all targets in benchmark mode that have the \fBbench = true\fR +Document all targets that have the \fBbench = true\fR manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index c450d8537de..19824b0fe20 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -222,7 +222,7 @@ multiple times and supports common Unix glob patterns. .sp \fB\-\-tests\fR .RS 4 -Test all targets in test mode that have the \fBtest = true\fR manifest +Test all targets that have the \fBtest = true\fR manifest flag set. By default this includes the library and binaries built as unittests, and integration tests. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a @@ -239,7 +239,7 @@ times and supports common Unix glob patterns. .sp \fB\-\-benches\fR .RS 4 -Test all targets in benchmark mode that have the \fBbench = true\fR +Test all targets that have the \fBbench = true\fR manifest flag set. By default this includes the library and binaries built as benchmarks, and bench targets. Be aware that this will also build any required dependencies, so the lib target may be built twice (once as a