Skip to content

Commit

Permalink
Fix connection checker CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed Nov 18, 2024
1 parent 690d343 commit 9ecbbff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/connection-checker/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

0 comments on commit 9ecbbff

Please sign in to comment.