summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-05-02 08:55:07 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-05-18 07:26:47 -0300
commitafe169274c2ba1858755ef14856c5c0ef9105042 (patch)
treeb2dac6d938759af343de16233b22ca6ab91aac48
parent453c0d304ecc8732692c56238be1f6763519f7c4 (diff)
downloadmullvadvpn-afe169274c2ba1858755ef14856c5c0ef9105042.tar.xz
mullvadvpn-afe169274c2ba1858755ef14856c5c0ef9105042.zip
Fix typo in `problem-report` help message
-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")