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")]