Skip to content
Snippets Groups Projects
Commit 675c3b05 authored by Svyatoslav Nikolsky's avatar Svyatoslav Nikolsky Committed by Gav Wood
Browse files

fix purge-chain cli option (#1164)

parent 2e41e9e8
No related merge requests found
......@@ -358,7 +358,7 @@ where
return Ok(Action::ExecutedInternally);
}
if let Some(matches) = matches.subcommand_matches("purge_chain") {
if let Some(matches) = matches.subcommand_matches("purge-chain") {
purge_chain::<F>(matches, spec)?;
return Ok(Action::ExecutedInternally);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment