mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 21:34:36 +00:00
@@ -35,7 +35,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
|||||||
.long("speed_up_factor")
|
.long("speed_up_factor")
|
||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.default_value("3")
|
.default_value("3")
|
||||||
.help("Speed up factor"))
|
.help("Speed up factor. Please use a divisor of 12."))
|
||||||
.arg(Arg::with_name("continue_after_checks")
|
.arg(Arg::with_name("continue_after_checks")
|
||||||
.short("c")
|
.short("c")
|
||||||
.long("continue_after_checks")
|
.long("continue_after_checks")
|
||||||
|
|||||||
Reference in New Issue
Block a user