mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Stop lying about url support
This commit is contained in:
parent
f2582b9cf2
commit
15d828b55b
1 changed files with 9 additions and 9 deletions
|
@ -23,9 +23,9 @@ use cargo_binstall::{
|
|||
#[derive(Debug, Parser)]
|
||||
#[clap(version, about = "Install a Rust binary... from binaries!")]
|
||||
struct Options {
|
||||
/// Package name or URL for installation.
|
||||
/// Package name for installation.
|
||||
///
|
||||
/// This must be either a crates.io package name or github or gitlab URL.
|
||||
/// This must be a crates.io package name.
|
||||
#[clap(value_name = "crate")]
|
||||
name: String,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue