mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
update param to bin-path
This commit is contained in:
parent
c9b33bbbef
commit
5fe1334058
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ struct Options {
|
|||
|
||||
/// Override Cargo.toml package manifest bin-dir.
|
||||
#[structopt(long)]
|
||||
bin_dir: Option<String>,
|
||||
bin_path: Option<String>,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue