diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-09-11 08:20:11 +0200 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-09-13 07:32:26 +0200 |
| commit | 8d925481e86f0636abba8e0fff8bc3bcf57cba44 (patch) | |
| tree | 824148161977f746ac56f35140a46e605c2dfac3 /mullvad-cli/src | |
| parent | ef3413289fe3690335474efae8a8433b6e0b0acd (diff) | |
| download | mullvadvpn-8d925481e86f0636abba8e0fff8bc3bcf57cba44.tar.xz mullvadvpn-8d925481e86f0636abba8e0fff8bc3bcf57cba44.zip | |
Format fixes
Diffstat (limited to 'mullvad-cli/src')
| -rw-r--r-- | mullvad-cli/src/cmds/custom_relay.rs | 3 |
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") |
