Skip to content
Snippets Groups Projects
Commit 67102885 authored by Gavin Wood's avatar Gavin Wood Committed by GitHub
Browse files

Chain ID and ParaID don't collide (#425)

parent cdf8fd94
Branches
No related merge requests found
......@@ -62,7 +62,7 @@ pub struct ExportGenesisStateCommand {
/// Id of the parachain this state is for.
///
/// Default: 100
#[structopt(long, conflicts_with = "chain")]
#[structopt(long)]
pub parachain_id: Option<u32>,
/// Write output in binary. Default is to write in hex.
......@@ -70,7 +70,7 @@ pub struct ExportGenesisStateCommand {
pub raw: bool,
/// The name of the chain for that the genesis state should be exported.
#[structopt(long, conflicts_with = "parachain-id")]
#[structopt(long)]
pub chain: Option<String>,
}
......
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