diff --git a/nym-gateway-probe/src/run.rs b/nym-gateway-probe/src/run.rs index 116d64ba1a..5b98bb6b32 100644 --- a/nym-gateway-probe/src/run.rs +++ b/nym-gateway-probe/src/run.rs @@ -101,7 +101,7 @@ enum Commands { /// Gateway queried directly by IP address (unannounced/local gateways) /// Cannot be used with --gateway/--entry-gateway. /// Cannot be used with --mnemonic or --use-mock-ecash. - #[arg(long, conflicts_with = "entry_gateway", conflicts_with = "gateway")] + #[arg(long, conflicts_with = "entry_gateway")] gateway_ip: Option, /// Separate exit gateway to test (entry_gateway is used for mixnet entry)