summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src
diff options
context:
space:
mode:
Diffstat (limited to 'mullvad-cli/src')
-rw-r--r--mullvad-cli/src/cmds/custom_relay.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mullvad-cli/src/cmds/custom_relay.rs b/mullvad-cli/src/cmds/custom_relay.rs
index 172040322e..ab9a148fb3 100644
--- a/mullvad-cli/src/cmds/custom_relay.rs
+++ b/mullvad-cli/src/cmds/custom_relay.rs
@@ -26,7 +26,8 @@ impl Command for CustomRelay {
.help("The port of the relay")
.required(true))
.arg(clap::Arg::with_name("protocol")
- .help("The transport protocol. UDP is recommended as it usually results in higher throughput than TCP")
+ .help("The transport protocol. UDP is recommended as it usually results in
+ higher throughput than TCP")
.possible_values(&["udp", "tcp"])
.default_value("udp")))
.subcommand(clap::SubCommand::with_name("remove")