diff --git a/test/connection-checker/src/cli.rs b/test/connection-checker/src/cli.rs index 66402c89595a..7ac260ceee52 100644 --- a/test/connection-checker/src/cli.rs +++ b/test/connection-checker/src/cli.rs @@ -38,6 +38,7 @@ pub struct Opt { #[clap(long, requires = "leak", default_value = "Hello there!")] pub payload: String, - /// URL to perform the connection check against. For example, https://am.i.mullvad.net/json. + /// URL to perform the connection check against. Defaults to, https://am.i.mullvad.net/json. + #[clap(long, default_value = "https://am.i.mullvad.net/json")] pub url: String, }