summaryrefslogtreecommitdiffhomepage
path: root/mullvad-cli/src/cmds/lan.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mullvad-cli/src/cmds/lan.rs')
-rw-r--r--mullvad-cli/src/cmds/lan.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mullvad-cli/src/cmds/lan.rs b/mullvad-cli/src/cmds/lan.rs
index 80a50a5047..2c833533cf 100644
--- a/mullvad-cli/src/cmds/lan.rs
+++ b/mullvad-cli/src/cmds/lan.rs
@@ -20,7 +20,8 @@ impl Command for Lan {
.required(true)
.possible_values(&["allow", "block"]),
),
- ).subcommand(
+ )
+ .subcommand(
clap::SubCommand::with_name("get")
.about("Display the current local network sharing setting"),
)