mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Add value name for new flag
This commit is contained in:
@@ -385,6 +385,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
|||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("http-enable-beacon-processor")
|
Arg::with_name("http-enable-beacon-processor")
|
||||||
.long("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 \
|
.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 \
|
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 \
|
alongside other tasks. When set to \"false\", HTTP API responses will be executed \
|
||||||
|
|||||||
Reference in New Issue
Block a user