diff --git a/test/connection-checker/src/cli.rs b/test/connection-checker/src/cli.rs index 66402c89595a..20dae27cb555 100644 --- a/test/connection-checker/src/cli.rs +++ b/test/connection-checker/src/cli.rs @@ -39,5 +39,6 @@ pub struct Opt { pub payload: String, /// URL to perform the connection check against. For example, https://am.i.mullvad.net/json. + #[clap(long)] pub url: String, }