Skip to content

Commit

Permalink
Merge pull request #196 from dtolnay/commasep
Browse files Browse the repository at this point in the history
Update `--features` help text to match cargo
  • Loading branch information
dtolnay authored Sep 23, 2023
2 parents a4a2dca + f6e213a commit 0e6dc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,

Expand Down

0 comments on commit 0e6dc7f

Please sign in to comment.