Spelling and update (#402)

This commit is contained in:
Gavin Wood
2019-08-24 18:58:20 +02:00
committed by GitHub
parent a554e72e91
commit 6c4ac65f5f
2 changed files with 221 additions and 65 deletions
+2 -2
View File
@@ -69,7 +69,7 @@ pub trait Worker: IntoExit {
#[derive(Debug, StructOpt, Clone)]
enum PolkadotSubCommands {
#[structopt(name = "validation-worker", raw(setting = "structopt::clap::AppSettings::Hidden"))]
ValidationWorker(ValidationWokerCommand),
ValidationWorker(ValidationWorkerCommand),
}
impl cli::GetLogFilter for PolkadotSubCommands {
@@ -77,7 +77,7 @@ impl cli::GetLogFilter for PolkadotSubCommands {
}
#[derive(Debug, StructOpt, Clone)]
struct ValidationWokerCommand {
struct ValidationWorkerCommand {
#[structopt()]
pub mem_id: String,
}