diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-11-18 15:48:46 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-11-19 09:14:00 +0100 |
| commit | 394774005bf9f316cb4f1872db00314680052440 (patch) | |
| tree | 8960963332453273ea5a3e9bf1a3da614a860e03 | |
| parent | 2a0f20fc84958ebb59836b5b78806bb531454bb4 (diff) | |
| download | mullvadvpn-394774005bf9f316cb4f1872db00314680052440.tar.xz mullvadvpn-394774005bf9f316cb4f1872db00314680052440.zip | |
Fix connection checker CLI
| -rw-r--r-- | test/connection-checker/src/cli.rs | 1 |
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, } |
