From ec80f4ecd20435c3cb66e285bddbe239598e7dda Mon Sep 17 00:00:00 2001 From: Roj Date: Mon, 1 May 2023 18:05:33 +0300 Subject: [PATCH 1/3] docs(commands): add missed preposition --- src/doc/src/commands/cargo-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/commands/cargo-install.md b/src/doc/src/commands/cargo-install.md index 99697c156c3..5d413010c45 100644 --- a/src/doc/src/commands/cargo-install.md +++ b/src/doc/src/commands/cargo-install.md @@ -238,7 +238,7 @@ is specified.
--debug
-
Build with the dev profile instead the release profile. +
Build with the dev profile instead of the release profile. See also the --profile option for choosing a specific profile by name.
From 8af33b33c35cc1ce442c0b1fc83d53423efa66fe Mon Sep 17 00:00:00 2001 From: Roj Date: Mon, 1 May 2023 19:48:33 +0300 Subject: [PATCH 2/3] Change the right file --- src/doc/man/cargo-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/man/cargo-install.md b/src/doc/man/cargo-install.md index 31c3d604830..385ed27c268 100644 --- a/src/doc/man/cargo-install.md +++ b/src/doc/man/cargo-install.md @@ -173,7 +173,7 @@ Directory to install packages into. {{> options-target-dir }} {{#option "`--debug`" }} -Build with the `dev` profile instead the `release` profile. +Build with the `dev` profile instead of the `release` profile. See also the `--profile` option for choosing a specific profile by name. {{/option}} From c4ba59f57b684d360734eefc292bbcb3e59ae7f5 Mon Sep 17 00:00:00 2001 From: Roj Date: Mon, 1 May 2023 19:49:04 +0300 Subject: [PATCH 3/3] cargo build-man --- src/doc/man/generated_txt/cargo-install.txt | 4 ++-- src/etc/man/cargo-install.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/man/generated_txt/cargo-install.txt b/src/doc/man/generated_txt/cargo-install.txt index a29cdcd46ec..7aefd34921e 100644 --- a/src/doc/man/generated_txt/cargo-install.txt +++ b/src/doc/man/generated_txt/cargo-install.txt @@ -207,8 +207,8 @@ OPTIONS workspace of the local crate unless --target-dir is specified. --debug - Build with the dev profile instead the release profile. See also the - --profile option for choosing a specific profile by name. + Build with the dev profile instead of the release profile. See also + the --profile option for choosing a specific profile by name. --profile name Install with the given profile. See the the reference diff --git a/src/etc/man/cargo-install.1 b/src/etc/man/cargo-install.1 index d0e5c518167..a9eb6266b89 100644 --- a/src/etc/man/cargo-install.1 +++ b/src/etc/man/cargo-install.1 @@ -263,7 +263,7 @@ is specified. .sp \fB\-\-debug\fR .RS 4 -Build with the \fBdev\fR profile instead the \fBrelease\fR profile. +Build with the \fBdev\fR profile instead of the \fBrelease\fR profile. See also the \fB\-\-profile\fR option for choosing a specific profile by name. .RE .sp