From 3716df820c6e009357790aa6724da943408d5391 Mon Sep 17 00:00:00 2001 From: MozirDmitriy Date: Mon, 8 Sep 2025 22:10:11 +0300 Subject: [PATCH] fix(node): use canonical --l2-engine-jwt-secret in CLI example --- bin/node/src/commands/node.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/node/src/commands/node.rs b/bin/node/src/commands/node.rs index db089d7a91..33e4257194 100644 --- a/bin/node/src/commands/node.rs +++ b/bin/node/src/commands/node.rs @@ -60,7 +60,7 @@ pub(super) enum JwtValidationError { /// --l1-eth-rpc http://localhost:8545 \ /// --l1-beacon http://localhost:5052 \ /// --l2-engine-rpc http://localhost:8551 \ -/// --l2-jwt-secret /path/to/jwt.hex +/// --l2-engine-jwt-secret /path/to/jwt.hex /// ``` #[derive(Parser, PartialEq, Debug, Clone)] #[command(about = "Runs the consensus node")]