mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 03:55:33 +02:00
cargo-uninstall: fix command (#17285)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
7c90966ec2
commit
701b0ab50e
3 changed files with 4 additions and 4 deletions
|
@ -5,4 +5,4 @@
|
|||
|
||||
- 설치된 바이너리를 제거:
|
||||
|
||||
`cargo remove {{패키지_스펙}}`
|
||||
`cargo uninstall {{패키지_스펙}}`
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
|
||||
- 移除一个已安装的二进制文件:
|
||||
|
||||
`cargo remove {{package_spec}}`
|
||||
`cargo uninstall {{package_spec}}`
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# cargo uninstall
|
||||
|
||||
> Remove a Rust binary installed using `cargo install`.
|
||||
> Remove a Rust binary installed globally using `cargo install`.
|
||||
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-uninstall.html>.
|
||||
|
||||
- Remove an installed binary:
|
||||
|
||||
`cargo remove {{package_spec}}`
|
||||
`cargo uninstall {{package_spec}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue