diff --git a/src/opts.rs b/src/opts.rs index 3566c7c..8225bad 100644 --- a/src/opts.rs +++ b/src/opts.rs @@ -76,7 +76,7 @@ pub struct Expand { #[arg(long, value_name = "NAME", num_args = 0..=1, help_heading = TARGET_SELECTION)] pub bench: Option>, - /// 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,