Remove unused cli param (#941)

This commit is contained in:
Chris Sosnin
2022-02-01 14:03:54 +03:00
committed by GitHub
parent 77491879cd
commit 28b653b611
2 changed files with 5 additions and 12 deletions
-6
View File
@@ -70,12 +70,6 @@ pub struct ExportGenesisStateCommand {
#[clap(parse(from_os_str))]
pub output: Option<PathBuf>,
/// Id of the parachain this state is for.
///
/// Default: 100
#[clap(long)]
pub parachain_id: Option<u32>,
/// Write output in binary. Default is to write in hex.
#[clap(short, long)]
pub raw: bool,