diff options
| -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) |
