Update --features help text to match cargo

This commit is contained in:
David Tolnay 2023-09-23 13:35:08 -07:00
parent a4a2dcac97
commit f6e213ad06
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

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