mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix typo
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
d8464acc1a
commit
040068864c
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ pub struct Args {
|
|||
pub(crate) quiet: bool,
|
||||
|
||||
#[clap(long, hidden(true))]
|
||||
pub(crate) self_insall: bool,
|
||||
pub(crate) self_install: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue