typo (Etheruem -> Ethereum) (#1063)

This commit is contained in:
Justin
2020-04-27 11:19:29 +01:00
committed by GitHub
parent 500f6b53d1
commit d710da4a4a

View File

@@ -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")