Skip to content

Commit

Permalink
Update built-in help for features
Browse files Browse the repository at this point in the history
Fixed #8381.
  • Loading branch information
giraffate committed Jun 30, 2020
1 parent 305eaf0 commit a00b5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/util/command_prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub trait AppExt: Sized {
self._arg(multi_opt(
"features",
"FEATURES",
"Space-separated list of features to activate",
"Space or comma separated list of features to activate",
))
._arg(opt("all-features", "Activate all available features"))
._arg(opt(
Expand Down

0 comments on commit a00b5ac

Please sign in to comment.