From d6cb1d31609afcfe0a1e9b9084c7d7d335463dd8 Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Thu, 16 Oct 2025 18:02:17 +0200 Subject: [PATCH] Update cli.rs --- boot_node/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot_node/src/cli.rs b/boot_node/src/cli.rs index 301363afe8b..87b8af01e9a 100644 --- a/boot_node/src/cli.rs +++ b/boot_node/src/cli.rs @@ -76,7 +76,7 @@ pub fn cli_app() -> Command { ) .arg( Arg::new("enr-udp-port") - .long("enr-port") + .long("enr-udp-port") .value_name("PORT") .help("The UDP port of the boot node's ENR. This is the port that external peers will dial to reach this boot node. Set this only if the external port differs from the listening port.") .action(ArgAction::Set)