diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-05-07 15:46:10 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-05-07 15:46:10 +0200 |
| commit | 184330c1dcebd69f42f26be7bd8226319db9cc0d (patch) | |
| tree | f8e181d9ce352f4ce26b3ae226c4f90af331cbba | |
| parent | e64783879dc90e85f597daad2489816723368f1b (diff) | |
| parent | 7cebd322d4e21f8dadb448452e8a144f18ab1542 (diff) | |
| download | mullvadvpn-184330c1dcebd69f42f26be7bd8226319db9cc0d.tar.xz mullvadvpn-184330c1dcebd69f42f26be7bd8226319db9cc0d.zip | |
Merge branch 'anoadragon453/patch-1'
| -rw-r--r-- | mullvad-cli/src/cmds/relay.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-cli/src/cmds/relay.rs b/mullvad-cli/src/cmds/relay.rs index 51c96f076d..e9921b972b 100644 --- a/mullvad-cli/src/cmds/relay.rs +++ b/mullvad-cli/src/cmds/relay.rs @@ -116,7 +116,7 @@ impl Command for Relay { ) .subcommand( clap::SubCommand::with_name("tunnel") - .about("Set inidividual tunnel constraints") + .about("Set individual tunnel constraints") .arg( clap::Arg::with_name("vpn protocol") .required(true) |
