diff options
| author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-05-04 21:46:06 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-05-07 15:46:02 +0200 |
| commit | 7cebd322d4e21f8dadb448452e8a144f18ab1542 (patch) | |
| tree | f8e181d9ce352f4ce26b3ae226c4f90af331cbba /mullvad-cli/src | |
| parent | e64783879dc90e85f597daad2489816723368f1b (diff) | |
| download | mullvadvpn-7cebd322d4e21f8dadb448452e8a144f18ab1542.tar.xz mullvadvpn-7cebd322d4e21f8dadb448452e8a144f18ab1542.zip | |
Fix a small typo
Diffstat (limited to 'mullvad-cli/src')
| -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) |
