summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/connection-checker/src/cli.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/connection-checker/src/cli.rs b/test/connection-checker/src/cli.rs
index 66402c8959..20dae27cb5 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,
}