From 6884d6dce8e3fb01407e2082e1894b4294663367 Mon Sep 17 00:00:00 2001 From: Johannes Schilling Date: Tue, 22 Oct 2019 16:27:46 +0200 Subject: [PATCH] Fix typo in `cargo install --profile` help --- src/bin/cargo/commands/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cargo/commands/install.rs b/src/bin/cargo/commands/install.rs index 005bd7fe6ca..0db246e604f 100644 --- a/src/bin/cargo/commands/install.rs +++ b/src/bin/cargo/commands/install.rs @@ -51,7 +51,7 @@ pub fn cli() -> App { "Do not save tracking information (unstable)", )) .arg_features() - .arg_profile("Install artifacts with from the specified profile") + .arg_profile("Install artifacts with the specified profile") .arg(opt("debug", "Build in debug mode instead of release mode")) .arg_targets_bins_examples( "Install only the specified binary",