Merge pull request #196 from dtolnay/commasep

Update `--features` help text to match cargo
This commit is contained in:
David Tolnay 2023-09-23 13:48:05 -07:00 committed by GitHub
commit 0e6dc7f48b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ pub struct Expand {
#[arg(long, value_name = "NAME", num_args = 0..=1, help_heading = TARGET_SELECTION)]
pub bench: Option<Option<String>>,
/// Space-separated list of features to activate
/// Space or comma separated list of features to activate
#[arg(long, value_name = "FEATURES", help_heading = FEATURE_SELECTION)]
pub features: Option<String>,