From 1389d322390a611e700fd4f619de62880d746ebf Mon Sep 17 00:00:00 2001 From: cui fliter Date: Mon, 1 May 2023 21:36:57 +0800 Subject: [PATCH] Remove repeated definite articles Signed-off-by: cui fliter --- src/doc/man/generated_txt/cargo-bench.txt | 2 +- src/doc/man/generated_txt/cargo-build.txt | 2 +- src/doc/man/generated_txt/cargo-check.txt | 2 +- src/doc/man/generated_txt/cargo-doc.txt | 2 +- src/doc/man/generated_txt/cargo-fix.txt | 2 +- src/doc/man/generated_txt/cargo-install.txt | 2 +- src/doc/man/generated_txt/cargo-run.txt | 2 +- src/doc/man/generated_txt/cargo-rustc.txt | 2 +- src/doc/man/generated_txt/cargo-rustdoc.txt | 2 +- src/doc/man/generated_txt/cargo-test.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/doc/man/generated_txt/cargo-bench.txt b/src/doc/man/generated_txt/cargo-bench.txt index 8728ed555c43..9108d6165b30 100644 --- a/src/doc/man/generated_txt/cargo-bench.txt +++ b/src/doc/man/generated_txt/cargo-bench.txt @@ -235,7 +235,7 @@ OPTIONS documentation for more details. --profile name - Benchmark with the given profile. See the reference + Benchmark with the given profile. See the the reference for more details on profiles. diff --git a/src/doc/man/generated_txt/cargo-build.txt b/src/doc/man/generated_txt/cargo-build.txt index 4522b8381272..ff8bdb5ba72a 100644 --- a/src/doc/man/generated_txt/cargo-build.txt +++ b/src/doc/man/generated_txt/cargo-build.txt @@ -157,7 +157,7 @@ OPTIONS --profile option for choosing a specific profile by name. --profile name - Build with the given profile. See the reference + Build with the given profile. See the the reference for more details on profiles. diff --git a/src/doc/man/generated_txt/cargo-check.txt b/src/doc/man/generated_txt/cargo-check.txt index 3fc4a08fd58a..bf8cb48f3190 100644 --- a/src/doc/man/generated_txt/cargo-check.txt +++ b/src/doc/man/generated_txt/cargo-check.txt @@ -161,7 +161,7 @@ OPTIONS the test cfg option. See rustc tests for more detail. - See the reference + See the the reference for more details on profiles. diff --git a/src/doc/man/generated_txt/cargo-doc.txt b/src/doc/man/generated_txt/cargo-doc.txt index 6d4102b41de3..82503282685c 100644 --- a/src/doc/man/generated_txt/cargo-doc.txt +++ b/src/doc/man/generated_txt/cargo-doc.txt @@ -132,7 +132,7 @@ OPTIONS --profile option for choosing a specific profile by name. --profile name - Document with the given profile. See the reference + Document with the given profile. See the the reference for more details on profiles. diff --git a/src/doc/man/generated_txt/cargo-fix.txt b/src/doc/man/generated_txt/cargo-fix.txt index 7b590eb92f7f..87d72ad381ae 100644 --- a/src/doc/man/generated_txt/cargo-fix.txt +++ b/src/doc/man/generated_txt/cargo-fix.txt @@ -234,7 +234,7 @@ OPTIONS the test cfg option. See rustc tests for more detail. - See the reference + See the the reference for more details on profiles. diff --git a/src/doc/man/generated_txt/cargo-install.txt b/src/doc/man/generated_txt/cargo-install.txt index 138291dccc8e..a29cdcd46ec7 100644 --- a/src/doc/man/generated_txt/cargo-install.txt +++ b/src/doc/man/generated_txt/cargo-install.txt @@ -211,7 +211,7 @@ OPTIONS --profile option for choosing a specific profile by name. --profile name - Install with the given profile. See the reference + Install with the given profile. See the the reference for more details on profiles. diff --git a/src/doc/man/generated_txt/cargo-run.txt b/src/doc/man/generated_txt/cargo-run.txt index 94ca6ee63182..f6782be11690 100644 --- a/src/doc/man/generated_txt/cargo-run.txt +++ b/src/doc/man/generated_txt/cargo-run.txt @@ -80,7 +80,7 @@ OPTIONS --profile option for choosing a specific profile by name. --profile name - Run with the given profile. See the reference + Run with the given profile. See the the reference for more details on profiles. diff --git a/src/doc/man/generated_txt/cargo-rustc.txt b/src/doc/man/generated_txt/cargo-rustc.txt index 359eef493daa..cc4241f93a0e 100644 --- a/src/doc/man/generated_txt/cargo-rustc.txt +++ b/src/doc/man/generated_txt/cargo-rustc.txt @@ -165,7 +165,7 @@ OPTIONS o bench — Builds in the same was as the cargo-bench(1) command, similar to the test profile. - See the reference + See the the reference for more details on profiles. diff --git a/src/doc/man/generated_txt/cargo-rustdoc.txt b/src/doc/man/generated_txt/cargo-rustdoc.txt index c032cc65c19f..6a32a6b6e6a6 100644 --- a/src/doc/man/generated_txt/cargo-rustdoc.txt +++ b/src/doc/man/generated_txt/cargo-rustdoc.txt @@ -148,7 +148,7 @@ OPTIONS --profile option for choosing a specific profile by name. --profile name - Document with the given profile. See the reference + Document with the given profile. See the the reference for more details on profiles. diff --git a/src/doc/man/generated_txt/cargo-test.txt b/src/doc/man/generated_txt/cargo-test.txt index 447da4d24857..9e26f8aaeb99 100644 --- a/src/doc/man/generated_txt/cargo-test.txt +++ b/src/doc/man/generated_txt/cargo-test.txt @@ -255,7 +255,7 @@ OPTIONS --profile option for choosing a specific profile by name. --profile name - Test with the given profile. See the reference + Test with the given profile. See the the reference for more details on profiles.