Skip to content
Snippets Groups Projects
Commit b05ce3c0 authored by Sergey Pepyakin's avatar Sergey Pepyakin Committed by GitHub
Browse files

Update doc for the --chain flag (#7520)

parent 2bd9486b
No related merge requests found
......@@ -23,7 +23,10 @@ use structopt::StructOpt;
/// Shared parameters used by all `CoreParams`.
#[derive(Debug, StructOpt)]
pub struct SharedParams {
/// Specify the chain specification (one of dev, local, or staging).
/// Specify the chain specification.
///
/// It can be one of the predefined ones (dev, local, or staging) or it can be a path to a file with
/// the chainspec (such as one exported by the `build-spec` subcommand).
#[structopt(long, value_name = "CHAIN_SPEC")]
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