Stop lying about url support

This commit is contained in:
Félix Saparelli 2022-06-08 00:54:30 +12:00
parent f2582b9cf2
commit 15d828b55b
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474

View file

@ -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,