summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src
diff options
context:
space:
mode:
authorErik Larkö <erik@mullvad.net>2017-09-11 08:20:11 +0200
committerErik Larkö <erik@mullvad.net>2017-09-13 07:32:26 +0200
commit8d925481e86f0636abba8e0fff8bc3bcf57cba44 (patch)
tree824148161977f746ac56f35140a46e605c2dfac3 /mullvad-cli/src
parentef3413289fe3690335474efae8a8433b6e0b0acd (diff)
downloadmullvadvpn-8d925481e86f0636abba8e0fff8bc3bcf57cba44.tar.xz
mullvadvpn-8d925481e86f0636abba8e0fff8bc3bcf57cba44.zip
Format fixes
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")