We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 305eaf0 + a00b5ac commit 40550b9Copy full SHA for 40550b9
src/cargo/util/command_prelude.rs
@@ -117,7 +117,7 @@ pub trait AppExt: Sized {
117
self._arg(multi_opt(
118
"features",
119
"FEATURES",
120
- "Space-separated list of features to activate",
+ "Space or comma separated list of features to activate",
121
))
122
._arg(opt("all-features", "Activate all available features"))
123
._arg(opt(
0 commit comments