Skip to content

Commit

Permalink
named-profiles: add --profile to install
Browse files Browse the repository at this point in the history
Relates to rust-lang#6992.
  • Loading branch information
da-x committed Jun 20, 2019
1 parent bfe2e58 commit 99ced52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/cargo/commands/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pub fn cli() -> App {
"Do not save tracking information (unstable)",
))
.arg_features()
.arg_profile("Install artifacts with from the specified profile")
.arg(opt("debug", "Build in debug mode instead of release mode"))
.arg_targets_bins_examples(
"Install only the specified binary",
Expand Down

0 comments on commit 99ced52

Please sign in to comment.