Skip to content

Commit f9e20ff

Browse files
committed
Auto merge of #14682 - DriesDeMaeseneer:patch-1, r=weihanglo
docs: install options -> uninstall options ### What does this PR try to resolve? Fixed a typo in the cargo-uninstall.md documentation file.
2 parents 82c489f + 9eb1f51 commit f9e20ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/doc/man/cargo-uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ By default all binaries are removed for a crate but the `--bin` and
2121

2222
## OPTIONS
2323

24-
### Install Options
24+
### Uninstall Options
2525

2626
{{#options}}
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ DESCRIPTION
2828
o $HOME/.cargo
2929

3030
OPTIONS
31-
Install Options
31+
Uninstall Options
3232
-p, --package spec…
3333
Package to uninstall.
3434

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The installation root is determined, in order of precedence:
2727

2828
## OPTIONS
2929

30-
### Install Options
30+
### Uninstall Options
3131

3232
<dl>
3333

src/etc/man/cargo-uninstall.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The installation root is determined, in order of precedence:
3737
\h'-04'\(bu\h'+02'\fB$HOME/.cargo\fR
3838
.RE
3939
.SH "OPTIONS"
40-
.SS "Install Options"
40+
.SS "Uninstall Options"
4141
.sp
4242
\fB\-p\fR,
4343
\fB\-\-package\fR \fIspec\fR\[u2026]

0 commit comments

Comments
 (0)