From f6e213ad0651f2a8c36f3edd002a137ed97e5126 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 23 Sep 2023 13:35:08 -0700 Subject: [PATCH] Update --features help text to match cargo --- src/opts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,