summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/src/bin/problem-report.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/bin/problem-report.rs b/mullvad-daemon/src/bin/problem-report.rs
index 2d3b30c4bc..1cc8ccecf9 100644
--- a/mullvad-daemon/src/bin/problem-report.rs
+++ b/mullvad-daemon/src/bin/problem-report.rs
@@ -75,7 +75,7 @@ fn run() -> Result<()> {
let app = clap::App::new("problem-report")
.version(crate_version!())
.author(crate_authors!())
- .about("Mullvad VPN problem report tool. Collects logs and send them to Mullvad support.")
+ .about("Mullvad VPN problem report tool. Collects logs and sends them to Mullvad support.")
.setting(clap::AppSettings::SubcommandRequired)
.subcommand(
clap::SubCommand::with_name("collect")