mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Merge pull request #196 from dtolnay/commasep
Update `--features` help text to match cargo
This commit is contained in:
commit
0e6dc7f48b
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue