From 6f5adf056224a69d3d90ad8b3530f23e625f4c0e Mon Sep 17 00:00:00 2001 From: Elias Dalbeck Date: Tue, 17 Dec 2024 13:38:10 +0100 Subject: [PATCH] mailbox url env --- cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main.rs b/cli/src/main.rs index d62df670..7653e33f 100644 --- a/cli/src/main.rs +++ b/cli/src/main.rs @@ -124,7 +124,7 @@ struct CommonArgs { )] relay_server: Vec, /// 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, /// Disable the relay server support and force a direct connection. #[arg(long)]