From 311e1bd1970c9027e4b7629fd7252a942c5264f5 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 11 Jul 2023 15:32:56 +1000 Subject: [PATCH] Add value name for new flag --- beacon_node/src/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/beacon_node/src/cli.rs b/beacon_node/src/cli.rs index 26c1661f71..8ddf5933d6 100644 --- a/beacon_node/src/cli.rs +++ b/beacon_node/src/cli.rs @@ -385,6 +385,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> { .arg( Arg::with_name("http-enable-beacon-processor") .long("http-enable-beacon-processor") + .value_name("BOOLEAN") .help("The beacon processor is a scheduler which provides quality-of-service and \ DoS protection. When set to \"true\", HTTP API requests will queued and scheduled \ alongside other tasks. When set to \"false\", HTTP API responses will be executed \