mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
Fix typo in option doc in crates/bin/src/args.rs
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
08e34e66b9
commit
4e1d3c8a04
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ pub struct Args {
|
||||||
///
|
///
|
||||||
/// If `--strategies` is not specified, then the strategies specified in this
|
/// If `--strategies` is not specified, then the strategies specified in this
|
||||||
/// option will be merged with the disabled-strategies` in `package.metadata`
|
/// option will be merged with the disabled-strategies` in `package.metadata`
|
||||||
/// in the cargo manifest of the installed packages.
|
/// in the cargo manifest of the installed packages.
|
||||||
#[clap(
|
#[clap(
|
||||||
help_heading = "Overrides",
|
help_heading = "Overrides",
|
||||||
long,
|
long,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue