mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 02:12:33 +00:00
Fix rebase conflicts
This commit is contained in:
@@ -29,10 +29,10 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
.takes_value(true)
|
||||
)
|
||||
.arg(
|
||||
Arg::with_name("blobs-freezer-dir")
|
||||
.long("blobs-freezer-dir")
|
||||
Arg::with_name("blobs-dir")
|
||||
.long("blobs-dir")
|
||||
.value_name("DIR")
|
||||
.help("Data directory for the blobs freezer database.")
|
||||
.help("Data directory for the blobs database.")
|
||||
.takes_value(true)
|
||||
)
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user