Skip to content

Commit 40550b9

Browse files
committed
Auto merge of #8433 - giraffate:update_built-in_help_for_features, r=alexcrichton
Update built-in help for features Fixed #8381.
2 parents 305eaf0 + a00b5ac commit 40550b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/command_prelude.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub trait AppExt: Sized {
117117
self._arg(multi_opt(
118118
"features",
119119
"FEATURES",
120-
"Space-separated list of features to activate",
120+
"Space or comma separated list of features to activate",
121121
))
122122
._arg(opt("all-features", "Activate all available features"))
123123
._arg(opt(

0 commit comments

Comments
 (0)