Skip to content

Commit a00b5ac

Browse files
committed
Update built-in help for features
Fixed #8381.
1 parent 305eaf0 commit a00b5ac

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)