mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
typo (Etheruem -> Ethereum) (#1063)
This commit is contained in:
@@ -7,7 +7,7 @@ pub fn cli_app<'a, 'b>() -> App<'a, 'b> {
|
||||
.about("Utilities for generating and managing Ethereum 2.0 accounts.")
|
||||
.subcommand(
|
||||
SubCommand::with_name("validator")
|
||||
.about("Generate or manage Etheruem 2.0 validators.")
|
||||
.about("Generate or manage Ethereum 2.0 validators.")
|
||||
.subcommand(deposits::cli_app())
|
||||
.subcommand(
|
||||
SubCommand::with_name("new")
|
||||
|
||||
Reference in New Issue
Block a user