Skip to content

Commit

Permalink
mailbox url env
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelPanic0x committed Dec 17, 2024
1 parent 4c6dfb9 commit 6f5adf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ struct CommonArgs {
)]
relay_server: Vec<url::Url>,
/// Use a custom rendezvous server. Both sides need to use the same value in order to find each other.
#[arg(long, value_name = "ws://example.org", value_hint = clap::ValueHint::Url, env = "WORMHOLE_TRANSIT_HELPER")]
#[arg(long, value_name = "ws://example.org", value_hint = clap::ValueHint::Url, env = "WORMHOLE_MAILBOX_URL")]
rendezvous_server: Option<url::Url>,
/// Disable the relay server support and force a direct connection.
#[arg(long)]
Expand Down

0 comments on commit 6f5adf0

Please sign in to comment.