mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Update --features help text to match cargo
This commit is contained in:
parent
a4a2dcac97
commit
f6e213ad06
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